:orphan: .. title:: NRF_802154_SER_RADIO_INIT_PRIO .. option:: CONFIG_NRF_802154_SER_RADIO_INIT_PRIO *nRF52 IEEE 802.15.4 serialization initialization priority* *nRF52 IEEE 802.15.4 serialization initialization priority* Type: ``int`` Help ==== Set the initialization priority number. Do not mess with it unless you know what you are doing. Help ==== Set the initialization priority number. Do not mess with it unless you know what you are doing. Direct dependencies =================== (\ :option:`NRF_802154_SER_RADIO ` && \ :option:`HAS_NORDIC_DRIVERS `) || (\ :option:`NRF_802154_SER_RADIO ` && \ :option:`HAS_NORDIC_DRIVERS ` && 0) *(Includes any dependencies from ifs and menus.)* Defaults ======== - 81 - 81 Kconfig definitions =================== .. highlight:: kconfig At ``modules/hal_nordic/Kconfig:130`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:23`` → ``modules/Kconfig:6`` → ``/home/runner/work/bridle/bridle/workspace/build/Kconfig/Kconfig.modules:8`` Menu path: (Top) → Modules → hal_nordic (/home/runner/work/bridle/bridle/workspace/modules/hal/nordic) → Nordic drivers → nRF IEEE 802.15.4 Driver serialization radio .. parsed-literal:: config NRF_802154_SER_RADIO_INIT_PRIO int "nRF52 IEEE 802.15.4 serialization initialization priority" default 81 depends on \ :option:`NRF_802154_SER_RADIO ` && \ :option:`HAS_NORDIC_DRIVERS ` help Set the initialization priority number. Do not mess with it unless you know what you are doing. ---- At ``modules/hal_nordic/Kconfig:130`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:23`` → ``modules/Kconfig:59`` Menu path: (Top) → Modules → Nordic drivers → nRF IEEE 802.15.4 Driver serialization radio .. parsed-literal:: config NRF_802154_SER_RADIO_INIT_PRIO int "nRF52 IEEE 802.15.4 serialization initialization priority" default 81 depends on \ :option:`NRF_802154_SER_RADIO ` && \ :option:`HAS_NORDIC_DRIVERS ` && 0 help Set the initialization priority number. Do not mess with it unless you know what you are doing. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*