-
CONFIG_USB_DFU_DEFAULT_POLLTIMEOUT
¶
Default value for bwPollTimeout
Type: int
Help¶
Default value for bwPollTimeout (in ms)
Direct dependencies¶
USB_DFU_CLASS
&& USB_DEVICE_STACK
(Includes any dependencies from ifs and menus.)
Default¶
256
Kconfig definition¶
At subsys/usb/class/Kconfig:147
Included via Kconfig:8
→ Kconfig.zephyr:44
→ subsys/Kconfig:26
→ subsys/usb/Kconfig:132
Menu path: (Top) → USB device stack → USB DFU Class Driver
config USB_DFU_DEFAULT_POLLTIMEOUT int "Default value for bwPollTimeout" range 0 1000 default 256 depends onUSB_DFU_CLASS
&&USB_DEVICE_STACK
help Default value for bwPollTimeout (in ms)
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)