The latest development version of this page may be more current than this released 1.14.0 version.
CONFIG_IEEE802154_NRF5_CCA_CORR_LIMIT

nRF52 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

IEEE802154_NRF5 && IEEE802154

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

Defaults

Kconfig definition

At drivers/ieee802154/Kconfig.nrf5:68

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

config IEEE802154_NRF5_CCA_CORR_LIMIT
    int
    prompt "nRF52 IEEE 802.15.4 CCA Correlator limit" if IEEE802154_NRF5 && IEEE802154
    default 2 if IEEE802154_NRF5 && IEEE802154
    depends on IEEE802154_NRF5 && IEEE802154
    help
      Limit for occurrences above correlator threshold. When not equal to zero the
      correlator based signal detect is enabled.

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