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.
Fork of nrf51-sdk 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 14:11:24 by
