CONFIG_NRF_802154_CCA_CORR_LIMIT
nRF IEEE 802.15.4 CCA Correlator limit
nRF IEEE 802.15.4 CCA Correlator limit
Type: int
Help
Limit for occurrences above correlator threshold. When not equal to
zero the correlator based signal detect is enabled.
Help
Limit for occurrences above correlator threshold. When not equal to
zero the correlator based signal detect is enabled.
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
2
2
Kconfig definitions
At <Zephyr>/modules/hal_nordic/Kconfig:91
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:33
→ <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
config NRF_802154_CCA_CORR_LIMIT
int "nRF IEEE 802.15.4 CCA Correlator limit"
default 2
depends on NRF_802154_RADIO_DRIVER && HAS_NORDIC_DRIVERS
help
Limit for occurrences above correlator threshold. When not equal to
zero the correlator based signal detect is enabled.
At <Zephyr>/modules/hal_nordic/Kconfig:91
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:33
→ <Zephyr>/modules/Kconfig:80
Menu path: (Top) → Modules → Nordic drivers → Enable nRF IEEE 802.15.4 radio driver
config NRF_802154_CCA_CORR_LIMIT
int "nRF IEEE 802.15.4 CCA Correlator limit"
default 2
depends on NRF_802154_RADIO_DRIVER && HAS_NORDIC_DRIVERS && 0
help
Limit for occurrences above correlator threshold. When not equal to
zero the correlator based signal detect is enabled.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)