:orphan: .. title:: USB_NUMOF_EP_WRITE_RETRIES .. option:: CONFIG_USB_NUMOF_EP_WRITE_RETRIES *Number of endpoint write retries* Type: ``int`` Help ==== Number of endpoint write retries. Direct dependencies =================== \ :option:`USB_DEVICE_STACK ` *(Includes any dependencies from ifs and menus.)* Default ======= - 3 Kconfig definition ================== .. highlight:: kconfig At ``subsys/usb/Kconfig:76`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:45`` Menu path: (Top) → Sub Systems and OS Services → USB Device Support .. parsed-literal:: config USB_NUMOF_EP_WRITE_RETRIES int "Number of endpoint write retries" default 3 depends on \ :option:`USB_DEVICE_STACK ` help Number of endpoint write retries. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*