arch/arm/src/nrf52/hardware/nrf52_ficr.h: add device address types
This commit is contained in:
parent
f35c6d7ef1
commit
ba6e8696b2
@ -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…
Reference in New Issue
Block a user