:orphan: .. title:: CONFIG_NRF_802154_SER_RADIO_INIT_PRIO .. kconfig:: CONFIG_NRF_802154_SER_RADIO_INIT_PRIO 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 ==== .. code-block:: none Set the initialization priority number. Do not mess with it unless you know what you are doing. Help ==== .. code-block:: none Set the initialization priority number. Do not mess with it unless you know what you are doing. Direct dependencies =================== (\ :kconfig:`NRF_802154_SER_RADIO ` && \ :kconfig:`HAS_NORDIC_DRIVERS `) || (\ :kconfig:`NRF_802154_SER_RADIO ` && \ :kconfig:`HAS_NORDIC_DRIVERS ` && 0) *(Includes any dependencies from ifs and menus.)* Defaults ======== - 47 - 47 Kconfig definitions =================== At ``/hal_nordic/Kconfig:169`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:33`` → ``/Kconfig:6`` → ``/kconfig/Kconfig.modules:14`` 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 .. code-block:: kconfig config NRF_802154_SER_RADIO_INIT_PRIO int "nRF52 IEEE 802.15.4 serialization initialization priority" default 47 depends on NRF_802154_SER_RADIO && HAS_NORDIC_DRIVERS help Set the initialization priority number. Do not mess with it unless you know what you are doing. ---- At ``/hal_nordic/Kconfig:169`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:33`` → ``/Kconfig:74`` Menu path: (Top) → Modules → Nordic drivers → nRF IEEE 802.15.4 Driver serialization radio .. code-block:: kconfig config NRF_802154_SER_RADIO_INIT_PRIO int "nRF52 IEEE 802.15.4 serialization initialization priority" default 47 depends on NRF_802154_SER_RADIO && 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.)*