bugfix for duplicate symbol
Fork of nRF51822 by
dfu_bank_func_t Struct Reference
[Device Firmware Update internal header for bank handling in DFU.]
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 76 of file dfu_bank_internal.h.
Field Documentation
Function pointer to the activate function called on finalizing the update procedure.
Definition at line 80 of file dfu_bank_internal.h.
Function pointer to the cleared function called after prepare function completes.
Definition at line 79 of file dfu_bank_internal.h.
Function pointer to the prepare function called on start of update procedure.
Definition at line 78 of file dfu_bank_internal.h.
Generated on Tue Jul 12 2022 16:20:30 by
1.7.2
