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 Kconfig:8 → 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 Driver>/usb/device/Kconfig:91
Included via Kconfig:8 → Kconfig.zephyr:42 → <Zephyr Driver>/Kconfig:70 → <Zephyr Driver>/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.)