Nordic stack and drivers for the mbed BLE API. Version to work around build bug.
Dependents: microbit_rubber_ducky microbit_mouse_BLE microbit_mouse_BLE_daybreak_version microbit_presenter
Fork of nRF51822 by
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 152 of file dfu_types.h.
Field Documentation
| uint16_t app_crc |
CRC of the recieved application.
Definition at line 155 of file dfu_types.h.
| uint32_t app_size |
Size of the recieved Application.
Definition at line 158 of file dfu_types.h.
| uint32_t bl_size |
Size of the recieved BootLoader.
Definition at line 157 of file dfu_types.h.
| uint32_t sd_image_start |
Location in flash where the received SoftDevice image is stored.
Definition at line 159 of file dfu_types.h.
| uint32_t sd_size |
Size of the recieved SoftDevice.
Definition at line 156 of file dfu_types.h.
Device Firmware Update status.
Definition at line 154 of file dfu_types.h.
Generated on Tue Jul 12 2022 19:52:06 by
1.7.2
Jonathan Austin
