:orphan: .. title:: CONFIG_IEEE802154_NRF5_UICR_EUI64_REG .. kconfig:: CONFIG_IEEE802154_NRF5_UICR_EUI64_REG CONFIG_IEEE802154_NRF5_UICR_EUI64_REG ##################################### *UICR base register for the EUI64 value* Type: ``int`` Help ==== .. code-block:: none Base of the two consecutive registers from the UICR customer section in which custom EUI64 is stored. Direct dependencies =================== \ :kconfig:`IEEE802154_NRF5_UICR_EUI64_ENABLE ` && \ :kconfig:`IEEE802154_NRF5 ` && \ :kconfig:`IEEE802154 ` *(Includes any dependencies from ifs and menus.)* Default ======= - 0 Kconfig definition ================== At ``/ieee802154/Kconfig.nrf5:59`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:10`` → ``/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 .. code-block:: kconfig 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.)*