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.
Dependencies: BLE_API_Tiny_BLE MPU6050-DMP-Seeed-Tiny-BLE mbed
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 18:38:32 by
1.7.2