CONFIG_NRF_802154_CCA_CORR_THRESHOLD¶
nRF IEEE 802.15.4 CCA Correlator threshold
nRF IEEE 802.15.4 CCA Correlator threshold
Type: int
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¶
45
45
Kconfig definitions¶
At <External Modules>/hal_nordic/Kconfig:87
Included via Kconfig:8
→ Kconfig.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
config NRF_802154_CCA_CORR_THRESHOLD
int "nRF IEEE 802.15.4 CCA Correlator threshold"
default 45
depends on NRF_802154_RADIO_DRIVER && HAS_NORDIC_DRIVERS
At <External Modules>/hal_nordic/Kconfig:87
Included via Kconfig:8
→ Kconfig.zephyr:33
→ <External Modules>/Kconfig:74
Menu path: (Top) → Modules → Nordic drivers → Enable nRF IEEE 802.15.4 radio driver
config NRF_802154_CCA_CORR_THRESHOLD
int "nRF IEEE 802.15.4 CCA Correlator threshold"
default 45
depends on NRF_802154_RADIO_DRIVER && HAS_NORDIC_DRIVERS && 0
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)