:orphan: .. title:: IEEE802154_DW1000_SNIFF_OFFT .. option:: CONFIG_IEEE802154_DW1000_SNIFF_OFFT *SNIFF off time* Type: ``int`` Help ==== .. code-block:: none SNIFF off time in unit of approximate 1 microsecond. Direct dependencies =================== \ :option:`IEEE802154_DW1000 ` && \ :option:`IEEE802154 ` *(Includes any dependencies from ifs and menus.)* Default ======= - 16 Kconfig definition ================== At ``/ieee802154/Kconfig.dw1000:20`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``/Kconfig:10`` → ``/ieee802154/Kconfig:74`` Menu path: (Top) → Device Drivers → IEEE 802.15.4 drivers options → Decawave DW1000 Driver support .. code-block:: kconfig config IEEE802154_DW1000_SNIFF_OFFT int "SNIFF off time" range 1 255 default 16 depends on IEEE802154_DW1000 && IEEE802154 help SNIFF off time in unit of approximate 1 microsecond. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*