:orphan: .. title:: NRF_802154_CCA_CORR_LIMIT .. option:: CONFIG_NRF_802154_CCA_CORR_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. Direct dependencies =================== \ :option:`NRF_802154_RADIO_DRIVER ` && \ :option:`HAS_NORDIC_DRIVERS ` && 0 *(Includes any dependencies from ifs and menus.)* Default ======= - 2 Kconfig definition ================== .. highlight:: kconfig At ``modules/hal_nordic/Kconfig:78`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:23`` → ``modules/Kconfig:59`` Menu path: (Top) → Modules → Nordic drivers → Enable nRF IEEE 802.15.4 radio driver .. parsed-literal:: config NRF_802154_CCA_CORR_LIMIT int "nRF IEEE 802.15.4 CCA Correlator limit" default 2 depends on \ :option:`NRF_802154_RADIO_DRIVER ` && \ :option:`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.)*