CONFIG_USB_NRFX_EVT_QUEUE_SIZE
USBD event queue size
Type: int
Help
Size of the driver's internal event queue.
Required size will depend on number of endpoints (class instances) in use.
Default
32
Kconfig definition
At <Zephyr>/drivers/usb/device/Kconfig:88
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_EVT_QUEUE_SIZE
int "USBD event queue size"
range 4 64
default 32
depends on USB_NRFX && USB_DEVICE_DRIVER
help
Size of the driver's internal event queue.
Required size will depend on number of endpoints (class instances) in use.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)