:orphan: .. title:: CONFIG_USB_NUMOF_EP_WRITE_RETRIES .. kconfig:: CONFIG_USB_NUMOF_EP_WRITE_RETRIES CONFIG_USB_NUMOF_EP_WRITE_RETRIES ################################# *Number of endpoint write retries* Type: ``int`` Help ==== .. code-block:: none Number of endpoint write retries. Direct dependencies =================== \ :kconfig:`USB_DEVICE_STACK ` *(Includes any dependencies from ifs and menus.)* Default ======= - 3 Kconfig definition ================== At ``/usb/Kconfig:92`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:49`` Menu path: (Top) → Sub Systems and OS Services → USB Device Support .. code-block:: kconfig 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.)*