nRF51 SDK v9.0.0
Data Fields

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
 

Detailed Description

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

Field Documentation

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.


This document was last updated on Thu Jul 9 2015.
Please send us your feedback about the documentation! For technical questions, visit the Nordic Developer Zone.