Lancaster University fork of the Nordic nrf51-SDK repository, which actually lives on github: https://github.com/lancaster-university/nrf51-sdk

Dependents:   nRF51822

Embed: (wiki syntax)

« Back to documentation index

dfu_bank_func_t Struct Reference

Structure for holding of function pointers for needed prepare and activate procedure for the requested update procedure. More...

#include <dfu_bank_internal.h>

Data Fields

dfu_bank_prepare_t prepare
 Function pointer to the prepare function called on start of update procedure.
dfu_bank_cleared_t cleared
 Function pointer to the cleared function called after prepare function completes.
dfu_bank_activate_t activate
 Function pointer to the activate function called on finalizing the update procedure.

Detailed Description

Structure for holding of function pointers for needed prepare and activate procedure for the requested update procedure.

Definition at line 98 of file dfu_bank_internal.h.


Field Documentation

Function pointer to the activate function called on finalizing the update procedure.

Definition at line 102 of file dfu_bank_internal.h.

Function pointer to the cleared function called after prepare function completes.

Definition at line 101 of file dfu_bank_internal.h.

Function pointer to the prepare function called on start of update procedure.

Definition at line 100 of file dfu_bank_internal.h.