-
CONFIG_USB_NRFX_ATTACHED_EVENT_DELAY
¶
USBD attached event delay
Type: int
Help¶
Configurable attached event delay in milliseconds. Delay can be used
to give USB Charging Controller time for initialization.
Default¶
0
Kconfig definition¶
At <Zephyr>/drivers/usb/device/Kconfig:78
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:32
→ <Zephyr>/drivers/Kconfig:68
→ <Zephyr>/drivers/usb/Kconfig:11
Menu path: (Top) → Device Drivers → USB → Nordic Semiconductor USB Device Controller Driver
config USB_NRFX_ATTACHED_EVENT_DELAY
int "USBD attached event delay"
range 0 1000
default 0
depends on USB_NRFX && USB
help
Configurable attached event delay in milliseconds. Delay can be used
to give USB Charging Controller time for initialization.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)