:orphan: .. title:: USB_NRFX_ATTACHED_EVENT_DELAY .. option:: CONFIG_USB_NRFX_ATTACHED_EVENT_DELAY *USBD attached event delay* Type: ``int`` Help ==== .. code-block:: none Configurable attached event delay in milliseconds. Delay can be used to give USB Charging Controller time for initialization. Direct dependencies =================== \ :option:`USB_NRFX ` && \ :option:`USB ` *(Includes any dependencies from ifs and menus.)* Default ======= - 0 Kconfig definition ================== At ``/usb/device/Kconfig:78`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``/Kconfig:68`` → ``/usb/Kconfig:11`` Menu path: (Top) → Device Drivers → USB → Nordic Semiconductor USB Device Controller Driver .. code-block:: kconfig 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.)*