:orphan: .. title:: NRF_802154_CCA_ED_THRESHOLD .. option:: CONFIG_NRF_802154_CCA_ED_THRESHOLD *nRF IEEE 802.15.4 CCA Energy Detection threshold* *nRF IEEE 802.15.4 CCA Energy Detection threshold* Type: ``int`` Help ==== .. code-block:: none If energy detected in a given channel is above the value then the channel is deemed busy. The unit is defined as per 802.15.4-2006 spec. Help ==== .. code-block:: none If energy detected in a given channel is above the value then the channel is deemed busy. The unit is defined as per 802.15.4-2006 spec. Direct dependencies =================== (\ :option:`NRF_802154_RADIO_DRIVER ` && \ :option:`HAS_NORDIC_DRIVERS `) || (\ :option:`NRF_802154_RADIO_DRIVER ` && \ :option:`HAS_NORDIC_DRIVERS ` && 0) *(Includes any dependencies from ifs and menus.)* Defaults ======== - 45 - 45 Kconfig definitions =================== At ``/hal_nordic/Kconfig:74`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:23`` → ``/Kconfig:6`` → ``/kconfig/Kconfig.modules:8`` 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 .. code-block:: kconfig config NRF_802154_CCA_ED_THRESHOLD int "nRF IEEE 802.15.4 CCA Energy Detection threshold" default 45 depends on NRF_802154_RADIO_DRIVER && HAS_NORDIC_DRIVERS help If energy detected in a given channel is above the value then the channel is deemed busy. The unit is defined as per 802.15.4-2006 spec. ---- At ``/hal_nordic/Kconfig:74`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:23`` → ``/Kconfig:66`` Menu path: (Top) → Modules → Nordic drivers → Enable nRF IEEE 802.15.4 radio driver .. code-block:: kconfig config NRF_802154_CCA_ED_THRESHOLD int "nRF IEEE 802.15.4 CCA Energy Detection threshold" default 45 depends on NRF_802154_RADIO_DRIVER && HAS_NORDIC_DRIVERS && 0 help If energy detected in a given channel is above the value then the channel is deemed busy. The unit is defined as per 802.15.4-2006 spec. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*