CONFIG_NRF_802154_TEMPERATURE_UPDATE_INIT_PRIO

nRF52 IEEE 802.15.4 temperature update initialization priority

nRF52 IEEE 802.15.4 temperature update initialization priority

Type: int

Help

Set the initialization priority of a temperature update for nRF 802.15.4 driver.

Help

Set the initialization priority of a temperature update for nRF 802.15.4 driver.

Direct dependencies

(NRF_802154_TEMPERATURE_UPDATE && NRF_802154_RADIO_DRIVER && HAS_NORDIC_DRIVERS) || (NRF_802154_TEMPERATURE_UPDATE && NRF_802154_RADIO_DRIVER && HAS_NORDIC_DRIVERS && 0)

(Includes any dependencies from ifs and menus.)

Defaults

  • 91

  • 91

Kconfig definitions

At <External Modules>/hal_nordic/Kconfig:123

Included via Kconfig:8Kconfig.zephyr:33<External Modules>/Kconfig:6<BuildDir>/kconfig/Kconfig.modules:14

Menu path: (Top) → Modules → hal_nordic (/home/runner/work/bridle/bridle/workspace/modules/hal/nordic) → Nordic drivers → Enable nRF IEEE 802.15.4 radio driver → nRF 802.15.4 temperature update

config NRF_802154_TEMPERATURE_UPDATE_INIT_PRIO
    int "nRF52 IEEE 802.15.4 temperature update initialization priority"
    default 91
    depends on NRF_802154_TEMPERATURE_UPDATE && NRF_802154_RADIO_DRIVER && HAS_NORDIC_DRIVERS
    help
      Set the initialization priority of a temperature update for nRF 802.15.4 driver.

At <External Modules>/hal_nordic/Kconfig:123

Included via Kconfig:8Kconfig.zephyr:33<External Modules>/Kconfig:74

Menu path: (Top) → Modules → Nordic drivers → Enable nRF IEEE 802.15.4 radio driver → nRF 802.15.4 temperature update

config NRF_802154_TEMPERATURE_UPDATE_INIT_PRIO
    int "nRF52 IEEE 802.15.4 temperature update initialization priority"
    default 91
    depends on NRF_802154_TEMPERATURE_UPDATE && NRF_802154_RADIO_DRIVER && HAS_NORDIC_DRIVERS && 0
    help
      Set the initialization priority of a temperature update for nRF 802.15.4 driver.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)