CONFIG_IEEE802154_B91_CCA_RSSI_THRESHOLD

CCA procedure RSSI threshold

Type: int

Help

CCA procedure returns true if the current RSSI value is less than
this parameter.

Direct dependencies

IEEE802154_TELINK_B91 && IEEE802154

(Includes any dependencies from ifs and menus.)

Default

  • -50

Kconfig definition

At <Zephyr>/drivers/ieee802154/Kconfig.b91:31

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:42<Zephyr>/drivers/Kconfig:10<Zephyr>/drivers/ieee802154/Kconfig:60

Menu path: (Top) → Device Drivers → IEEE 802.15.4 drivers options → Telink B91 RF driver

config IEEE802154_B91_CCA_RSSI_THRESHOLD
    int "CCA procedure RSSI threshold"
    default -50
    depends on IEEE802154_TELINK_B91 && IEEE802154
    help
      CCA procedure returns true if the current RSSI value is less than
      this parameter.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)