mirror of
https://github.com/apache/nuttx.git
synced 2026-09-14 22:50:25 +00:00
arch/arm/src/nrf52/hardware/nrf52_ficr.h: add device address types
This commit is contained in:
parent
f35c6d7ef1
commit
ba6e8696b2
1 changed files with 5 additions and 0 deletions
|
|
@ -147,4 +147,9 @@
|
|||
#define NRF52_FICR_INFO_VARIANT_ABB0 (0x41424230)
|
||||
#define NRF52_FICR_INFO_VARIANT_AAE0 (0x41414530)
|
||||
|
||||
/* Device address type */
|
||||
|
||||
#define FICR_DEVICEADDRTYPE_PUBLIC (0)
|
||||
#define FICR_DEVICEADDRTYPE_RANDOM (1)
|
||||
|
||||
#endif /* __ARCH_ARM_SRC_NRF52_HARDWARE_NRF52_FICR_H */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue