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 nRF51822 by
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.
Generated on Tue Jul 12 2022 21:00:20 by
