:orphan: .. title:: CONFIG_IEEE802154_DW1000_SNIFF_ONT .. kconfig:: CONFIG_IEEE802154_DW1000_SNIFF_ONT CONFIG_IEEE802154_DW1000_SNIFF_ONT ################################## *SNIFF on time* Type: ``int`` Help ==== .. code-block:: none 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 =================== \ :kconfig:`IEEE802154_DW1000 ` && \ :kconfig:`IEEE802154 ` *(Includes any dependencies from ifs and menus.)* Default ======= - 0 Kconfig definition ================== At ``/ieee802154/Kconfig.dw1000:10`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:10`` → ``/ieee802154/Kconfig:76`` Menu path: (Top) → Device Drivers → IEEE 802.15.4 drivers options → Decawave DW1000 Driver support .. code-block:: kconfig 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.)*