:orphan: .. title:: CONFIG_IEEE802154_DW1000_SNIFF_OFFT .. kconfig:: CONFIG_IEEE802154_DW1000_SNIFF_OFFT 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 =================== \ :kconfig:`IEEE802154_DW1000 ` && \ :kconfig:`IEEE802154 ` *(Includes any dependencies from ifs and menus.)* Default ======= - 16 Kconfig definition ================== At ``/ieee802154/Kconfig.dw1000:20`` 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_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.)*