Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
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 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.
Generated on Tue Jul 12 2022 21:00:20 by
