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 Driver>/ieee802154/Kconfig.nrf5:59
Included via Kconfig:8 → Kconfig.zephyr:42 → <Zephyr Driver>/Kconfig:10 → <Zephyr Driver>/ieee802154/Kconfig:68
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 if SOC_SERIES_NRF52X
    range 0 190 if SOC_SERIES_NRF53X
    default 0
    depends on IEEE802154_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.)