nRF51 SDK - S110 SoftDevice
|
Structure holding SoftDevice information to be used by the Bootloader/DFU. Only size field is used. More...
#include <dfu_types.h>
Data Fields | |
uint8_t | info_size |
uint8_t | reserved1 [3] |
uint32_t | magic_number |
uint32_t | softdevice_size |
uint16_t | firmware_id |
uint8_t | reserved2 [2] |
Structure holding SoftDevice information to be used by the Bootloader/DFU. Only size field is used.
uint16_t SOFTDEVICE_INFORMATION_Type::firmware_id |
Firmware id.
uint8_t SOFTDEVICE_INFORMATION_Type::info_size |
Not used.
uint32_t SOFTDEVICE_INFORMATION_Type::magic_number |
Not used.
uint8_t SOFTDEVICE_INFORMATION_Type::reserved1[3] |
Not used.
uint8_t SOFTDEVICE_INFORMATION_Type::reserved2[2] |
Not used.
uint32_t SOFTDEVICE_INFORMATION_Type::softdevice_size |
Size field containing the size of installed SoftDevice.