Nordic nrf51 sdk sources. Mirrored from https://github.com/ARMmbed/nrf51-sdk.

Dependents:   nRF51822 nRF51822

Embed: (wiki syntax)

« Back to documentation index

dfu_device_info_t Struct Reference

dfu_device_info_t Struct Reference
[Init packet handling in DFU]

Structure holding basic device information settings. More...

#include <dfu_init.h>

Data Fields

uint16_t device_type
 Device type (2 bytes), for example Heart Rate.
uint16_t device_rev
 Device revision (2 bytes), for example major revision 1, minor revision 0.

Detailed Description

Structure holding basic device information settings.

Definition at line 81 of file dfu_init.h.


Field Documentation

uint16_t device_rev

Device revision (2 bytes), for example major revision 1, minor revision 0.

This number must be defined by the customer before production. It can be located in UICR or FICR.

Definition at line 84 of file dfu_init.h.

uint16_t device_type

Device type (2 bytes), for example Heart Rate.

This number must be defined by the customer before production. It can be located in UICR or FICR.

Definition at line 83 of file dfu_init.h.