:orphan: .. title:: IEEE802154_DW1000_SNIFF_ONT .. option:: 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 =================== \ :option:`IEEE802154_DW1000 ` && \ :option:`IEEE802154 ` *(Includes any dependencies from ifs and menus.)* Default ======= - 0 Kconfig definition ================== .. highlight:: kconfig At ``drivers/ieee802154/Kconfig.dw1000:10`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:10`` → ``drivers/ieee802154/Kconfig:74`` Menu path: (Top) → Device Drivers → IEEE 802.15.4 drivers options → Decawave DW1000 Driver support .. parsed-literal:: config IEEE802154_DW1000_SNIFF_ONT int "SNIFF on time" range 0 15 default 0 depends on \ :option:`IEEE802154_DW1000 ` && \ :option:`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.)*