CONFIG_USB_DFU_DETACH_TIMEOUT¶
(No prompt – not directly user assignable.)
Type: int
Direct dependencies¶
USB_DFU_CLASS && USB_DEVICE_STACK
(Includes any dependencies from ifs and menus.)
Default¶
- 1000 
Kconfig definition¶
At <Zephyr Subsystem>/usb/class/dfu/Kconfig:21
Included via Kconfig:8 → Kconfig.zephyr:44 → <Zephyr Subsystem>/Kconfig:49 → <Zephyr Subsystem>/usb/Kconfig:160 → <Zephyr Subsystem>/usb/class/Kconfig:20
Menu path: (Top) → Sub Systems and OS Services → USB Device Support → USB DFU Class Driver
config USB_DFU_DETACH_TIMEOUT
    int
    default 1000
    depends on USB_DFU_CLASS && USB_DEVICE_STACK
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)