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.
Direct dependencies
(!TRUSTED_EXECUTION_SECURE
&& (BOARD_THINGY53_NRF5340_CPUAPP
|| BOARD_THINGY53_NRF5340_CPUAPP_NS
)) || (USB_NRFX
&& USB_DEVICE_DRIVER
)
(Includes any dependencies from ifs and menus.)
Defaults
700 if
USB_DEVICE_DRIVER
0
Kconfig definitions
At <Zephyr>/boards/arm/thingy53_nrf5340/Kconfig.defconfig:71
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:22
Menu path: (Top)
config USB_NRFX_ATTACHED_EVENT_DELAY
int
default 700 if USB_DEVICE_DRIVER
depends on !TRUSTED_EXECUTION_SECURE && (BOARD_THINGY53_NRF5340_CPUAPP || BOARD_THINGY53_NRF5340_CPUAPP_NS)
At <Zephyr>/drivers/usb/device/Kconfig:106
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:42
→ <Zephyr>/drivers/Kconfig:70
→ <Zephyr>/drivers/usb/Kconfig:6
Menu path: (Top) → Device Drivers → Enable USB device controller drivers → 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_DEVICE_DRIVER
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.)