dfu_device_info_t

nRF5 SDK v9.0.0

nRF51 SDK v9.0.0

Structure holding basic device information settings. More...

#include <dfu_init.h>

Data Fields

uint16_t device_type
uint16_t device_rev

Detailed Description

Structure holding basic device information settings.

Field Documentation

uint16_t dfu_device_info_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.

uint16_t dfu_device_info_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.


Please send us your feedback about the documentation! For technical questions, visit the Nordic Developer Zone .