-
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 if’s and menus.)
Defaults¶
- 256 if
USB_DFU_CLASS
&&USB_DEVICE_STACK
Kconfig definition¶
At subsys/usb/class/Kconfig:156
Included via Kconfig:10
→ Kconfig.zephyr:39
→ subsys/Kconfig:28
→ subsys/usb/Kconfig:102
Menu path: (top menu) → USB device stack
config USB_DFU_DEFAULT_POLLTIMEOUT int prompt "Default value for bwPollTimeout" ifUSB_DFU_CLASS
&&USB_DEVICE_STACK
range 0 1000 ifUSB_DFU_CLASS
&&USB_DEVICE_STACK
default 256 ifUSB_DFU_CLASS
&&USB_DEVICE_STACK
depends onUSB_DFU_CLASS
&&USB_DEVICE_STACK
help Default value for bwPollTimeout (in ms)
(Definitions include propagated dependencies, including from if’s and menus.)