nRF51 SDK - S110 SoftDevice
|
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 |
dfu_bank_cleared_t | cleared |
dfu_bank_activate_t | activate |
Structure for holding of function pointers for needed prepare and activate procedure for the requested update procedure.
dfu_bank_activate_t dfu_bank_func_t::activate |
Function pointer to the activate function called on finalizing the update procedure.
dfu_bank_cleared_t dfu_bank_func_t::cleared |
Function pointer to the cleared function called after prepare function completes.
dfu_bank_prepare_t dfu_bank_func_t::prepare |
Function pointer to the prepare function called on start of update procedure.