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_start_packet_t Struct Reference
[Types and definitions.]
Structure holding a start packet containing update mode and image sizes. More...
#include <dfu_types.h>
Data Fields | |
| uint8_t | dfu_update_mode |
| Packet type, used to identify the content of the received packet referenced by data packet. | |
| uint32_t | sd_image_size |
| Size of the SoftDevice image to be transferred. | |
| uint32_t | bl_image_size |
| Size of the Bootloader image to be transferred. | |
| uint32_t | app_image_size |
| Size of the application image to be transmitted. | |
Detailed Description
Structure holding a start packet containing update mode and image sizes.
Definition at line 109 of file dfu_types.h.
Field Documentation
| uint32_t app_image_size |
Size of the application image to be transmitted.
Zero if no Bootloader image will be transfered.
Definition at line 114 of file dfu_types.h.
| uint32_t bl_image_size |
Size of the Bootloader image to be transferred.
Zero if no Bootloader image will be transfered.
Definition at line 113 of file dfu_types.h.
| uint8_t dfu_update_mode |
Packet type, used to identify the content of the received packet referenced by data packet.
Definition at line 111 of file dfu_types.h.
| uint32_t sd_image_size |
Size of the SoftDevice image to be transferred.
Zero if no SoftDevice image will be transfered.
Definition at line 112 of file dfu_types.h.
Generated on Tue Jul 12 2022 19:52:06 by
1.7.2
Jonathan Austin
