The latest development version of this page may be more current than this released 1.14.1 version.
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

Kconfig definition

At subsys/usb/class/Kconfig:156

Included via Kconfig:10Kconfig.zephyr:39subsys/Kconfig:28subsys/usb/Kconfig:102

Menu path: (top menu) → USB device stack

config USB_DFU_DEFAULT_POLLTIMEOUT
    int
    prompt "Default value for bwPollTimeout" if USB_DFU_CLASS && USB_DEVICE_STACK
    range 0 1000 if USB_DFU_CLASS && USB_DEVICE_STACK
    default 256 if USB_DFU_CLASS && USB_DEVICE_STACK
    depends on USB_DFU_CLASS && USB_DEVICE_STACK
    help
      Default value for bwPollTimeout (in ms)

(Definitions include propagated dependencies, including from if’s and menus.)