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 Driver>/ieee802154/Kconfig.dw1000:10
Included via Kconfig:8 → Kconfig.zephyr:42 → <Zephyr Driver>/Kconfig:10 → <Zephyr Driver>/ieee802154/Kconfig:76
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.)