nRF51 SDK - S110 SoftDevice
|
Structure holding DFU complete event. More...
#include <dfu_types.h>
Data Fields | |
dfu_update_status_code_t | status_code |
uint16_t | app_crc |
uint32_t | sd_size |
uint32_t | bl_size |
uint32_t | app_size |
uint32_t | sd_image_start |
Structure holding DFU complete event.
uint16_t dfu_update_status_t::app_crc |
CRC of the recieved application.
uint32_t dfu_update_status_t::app_size |
Size of the recieved Application.
uint32_t dfu_update_status_t::bl_size |
Size of the recieved BootLoader.
uint32_t dfu_update_status_t::sd_image_start |
Location in flash where the received SoftDevice image is stored.
uint32_t dfu_update_status_t::sd_size |
Size of the recieved SoftDevice.
dfu_update_status_code_t dfu_update_status_t::status_code |
Device Firmware Update status.