The latest development version of this page may be more current than this released 2.6.1-rc1 version.
choice NRF_802154_CCA_MODE: nRF IEEE 802.15.4 CCA mode

nRF IEEE 802.15.4 CCA mode

nRF IEEE 802.15.4 CCA mode

Type: bool

Help

CCA mode

Help

CCA mode

Direct dependencies

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

(Includes any dependencies from ifs and menus.)

Defaults

Choice options

Kconfig definitions

At modules/hal_nordic/Kconfig:46

Included via Kconfig:8Kconfig.zephyr:23modules/Kconfig:6doc/_build/Kconfig/Kconfig.modules:2

Menu path: (Top) → Modules → hal_nordic (/home/nashif/zephyrproject/modules/hal/nordic) → Nordic drivers → Enable nRF IEEE 802.15.4 radio driver

choice NRF_802154_CCA_MODE
    bool "nRF IEEE 802.15.4 CCA mode"
    default NRF_802154_CCA_MODE_ED
    depends on NRF_802154_RADIO_DRIVER && HAS_NORDIC_DRIVERS
    help
      CCA mode

At modules/hal_nordic/Kconfig:46

Included via Kconfig:8Kconfig.zephyr:23modules/Kconfig:66

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

choice NRF_802154_CCA_MODE
    bool "nRF IEEE 802.15.4 CCA mode"
    default NRF_802154_CCA_MODE_ED
    depends on NRF_802154_RADIO_DRIVER && HAS_NORDIC_DRIVERS && 0
    help
      CCA mode

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