CONFIG_USB_NUMOF_EP_WRITE_RETRIES
Number of endpoint write retries
Type: int
Help
Number of endpoint write retries.
Default
3
Kconfig definition
At <Zephyr>/subsys/usb/Kconfig:92
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:44
→ <Zephyr>/subsys/Kconfig:49
Menu path: (Top) → Sub Systems and OS Services → USB Device Support
config USB_NUMOF_EP_WRITE_RETRIES
int "Number of endpoint write retries"
default 3
depends on USB_DEVICE_STACK
help
Number of endpoint write retries.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)