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
)
(Includes any dependencies from ifs and menus.)
Kconfig definitions¶
At <Zephyr>/boards/arm/thingy53_nrf5340/Kconfig.defconfig:77
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:22
Menu path: (Top)
config USB_NRFX_ATTACHED_EVENT_DELAY
int
default 700 if USB
depends on !TRUSTED_EXECUTION_SECURE && (BOARD_THINGY53_NRF5340_CPUAPP || BOARD_THINGY53_NRF5340_CPUAPP_NS)
At <Zephyr>/drivers/usb/device/Kconfig:78
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:40
→ <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.)