The latest development version of this page may be more current than this released 1.14.0 version.
choice IEEE802154_NRF5_CCA_MODE: nRF52 IEEE 802.15.4 CCA mode

nRF52 IEEE 802.15.4 CCA mode

Type: bool

Help

CCA mode

Direct dependencies

IEEE802154_NRF5 && IEEE802154

(Includes any dependencies from if’s and menus.)

Kconfig definition

At drivers/ieee802154/Kconfig.nrf5:37

Included via Kconfig:10Kconfig.zephyr:35drivers/Kconfig:14drivers/ieee802154/Kconfig:33

Menu path: (top menu) → Device Drivers → IEEE 802.15.4 drivers options → nRF52 series IEEE 802.15.4 Driver

choice IEEE802154_NRF5_CCA_MODE
    bool
    prompt "nRF52 IEEE 802.15.4 CCA mode" if IEEE802154_NRF5 && IEEE802154
    default IEEE802154_NRF5_CCA_MODE_ED if IEEE802154_NRF5 && IEEE802154
    depends on IEEE802154_NRF5 && IEEE802154
    help
      CCA mode

(Definitions include propagated dependencies, including from if’s and menus.)