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_update_status_t Struct Reference
[Types and definitions.]
Structure holding DFU complete event. More...
#include <dfu_types.h>
Data Fields | |
| dfu_update_status_code_t | status_code |
| Device Firmware Update status. | |
| uint16_t | app_crc |
| CRC of the recieved application. | |
| uint32_t | sd_size |
| Size of the recieved SoftDevice. | |
| uint32_t | bl_size |
| Size of the recieved BootLoader. | |
| uint32_t | app_size |
| Size of the recieved Application. | |
| uint32_t | sd_image_start |
| Location in flash where the received SoftDevice image is stored. | |
Detailed Description
Structure holding DFU complete event.
Definition at line 133 of file dfu_types.h.
Field Documentation
| uint16_t app_crc |
CRC of the recieved application.
Definition at line 136 of file dfu_types.h.
| uint32_t app_size |
Size of the recieved Application.
Definition at line 139 of file dfu_types.h.
| uint32_t bl_size |
Size of the recieved BootLoader.
Definition at line 138 of file dfu_types.h.
| uint32_t sd_image_start |
Location in flash where the received SoftDevice image is stored.
Definition at line 140 of file dfu_types.h.
| uint32_t sd_size |
Size of the recieved SoftDevice.
Definition at line 137 of file dfu_types.h.
Device Firmware Update status.
Definition at line 135 of file dfu_types.h.
Generated on Tue Jul 12 2022 18:38:32 by
1.7.2