-
CONFIG_IEEE802154_NRF5_UICR_EUI64_REG
¶
UICR base register for the EUI64 value
Type: int
Help¶
Base of the two consecutive registers from the UICR customer section in which custom EUI64 is stored.
Direct dependencies¶
IEEE802154_NRF5_UICR_EUI64_ENABLE
&& IEEE802154_NRF5
&& IEEE802154
(Includes any dependencies from ifs and menus.)
Default¶
0
Kconfig definition¶
At <Zephyr>/drivers/ieee802154/Kconfig.nrf5:68
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:32
→ <Zephyr>/drivers/Kconfig:10
→ <Zephyr>/drivers/ieee802154/Kconfig:66
Menu path: (Top) → Device Drivers → IEEE 802.15.4 drivers options → nRF52 series IEEE 802.15.4 Driver → Enables using EUI64 value stored in UICR registers
config IEEE802154_NRF5_UICR_EUI64_REG int "UICR base register for the EUI64 value" range 0 30 ifSOC_SERIES_NRF52X
range 0 190 ifSOC_SERIES_NRF53X
default 0 depends onIEEE802154_NRF5_UICR_EUI64_ENABLE
&&IEEE802154_NRF5
&&IEEE802154
help Base of the two consecutive registers from the UICR customer section in which custom EUI64 is stored.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)