CONFIG_IEEE802154_DW1000_SNIFF_ONT

SNIFF on time

Type: int

Help

SNIFF on time in unit of PAC. The minimum on time is the duration of two PACs. The SNIFF counter always adds 1 PAC unit to the on-time count. The SNIFF_ONT value should be in range of 1-15. Zero value disables SNIFF mode.

Direct dependencies

IEEE802154_DW1000 && IEEE802154

(Includes any dependencies from ifs and menus.)

Default

  • 0

Kconfig definition

At <Zephyr>/drivers/ieee802154/Kconfig.dw1000:10

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:32<Zephyr>/drivers/Kconfig:10<Zephyr>/drivers/ieee802154/Kconfig:74

Menu path: (Top) → Device Drivers → IEEE 802.15.4 drivers options → Decawave DW1000 Driver support

config IEEE802154_DW1000_SNIFF_ONT
    int "SNIFF on time"
    range 0 15
    default 0
    depends on IEEE802154_DW1000 && IEEE802154
    help
      SNIFF on time in unit of PAC. The minimum on time is the duration
      of two PACs. The SNIFF counter always adds 1 PAC unit to the on-time
      count. The SNIFF_ONT value should be in range of 1-15.
      Zero value disables SNIFF mode.

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