test code 123

Dependencies:   mbed

Fork of LinkNode-Test by Qi Yao

Embed: (wiki syntax)

« Back to documentation index

SOFTDEVICE_INFORMATION_Type Struct Reference

SOFTDEVICE_INFORMATION_Type Struct Reference
[Types and definitions.]

Structure holding SoftDevice information to be used by the Bootloader/DFU. More...

#include <dfu_types.h>

Data Fields

uint8_t info_size
 Not used.
uint8_t reserved1 [3]
 Not used.
uint32_t magic_number
 Not used.
uint32_t softdevice_size
 Size field containing the size of installed SoftDevice.
uint16_t firmware_id
 Firmware id.
uint8_t reserved2 [2]
 Not used.

Detailed Description

Structure holding SoftDevice information to be used by the Bootloader/DFU.

Only size field is used.

Definition at line 53 of file dfu_types.h.


Field Documentation

uint16_t firmware_id

Firmware id.

Definition at line 59 of file dfu_types.h.

uint8_t info_size

Not used.

Definition at line 55 of file dfu_types.h.

uint32_t magic_number

Not used.

Definition at line 57 of file dfu_types.h.

uint8_t reserved1[3]

Not used.

Definition at line 56 of file dfu_types.h.

uint8_t reserved2[2]

Not used.

Definition at line 60 of file dfu_types.h.

uint32_t softdevice_size

Size field containing the size of installed SoftDevice.

Definition at line 58 of file dfu_types.h.