CONFIG_NRF_802154_TEMPERATURE_UPDATE_PERIOD

nRF 802.15.4 temperature update period in milliseconds

nRF 802.15.4 temperature update period in milliseconds

Type: int

Help

Period of a temperature update for nRF 802.15.4 driver in milliseconds

Help

Period of a temperature update for nRF 802.15.4 driver in milliseconds

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

  • 60000

  • 60000

Kconfig definitions

At <Zephyr>/modules/hal_nordic/Kconfig:130

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:31<Zephyr>/modules/Kconfig:6<nRF>/doc/_build/kconfig/Kconfig.modules:50

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

config NRF_802154_TEMPERATURE_UPDATE_PERIOD
    int "nRF 802.15.4 temperature update period in milliseconds"
    default 60000
    depends on NRF_802154_TEMPERATURE_UPDATE && NRF_802154_RADIO_DRIVER && HAS_NORDIC_DRIVERS
    help
      Period of a temperature update for nRF 802.15.4 driver in milliseconds

At <Zephyr>/modules/hal_nordic/Kconfig:130

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:31<Zephyr>/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_PERIOD
    int "nRF 802.15.4 temperature update period in milliseconds"
    default 60000
    depends on NRF_802154_TEMPERATURE_UPDATE && NRF_802154_RADIO_DRIVER && HAS_NORDIC_DRIVERS && 0
    help
      Period of a temperature update for nRF 802.15.4 driver in milliseconds

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