Searched refs:outInUse (Results 1 – 2 of 2) sorted by relevance
186 if (xmc_device.ep[i].inInUse || xmc_device.ep[i].outInUse) in XMC_USBD_lDeviceActive()589 xmc_device.ep[0U].outInUse = 0U; in XMC_USBD_lHandleUSBReset()705 ep->outInUse = 0U; in XMC_USBD_lHandleOEPInt()721 ep->outInUse = 0U; in XMC_USBD_lHandleOEPInt()1258 if (ep->outInUse || !ep->isConfigured) in XMC_USBD_EndpointReadStart()1413 ep->outInUse = 0U; in XMC_USBD_EndpointAbort()1571 ep->outInUse = 0U; in XMC_USBD_EndpointUnconfigure()
367 …volatile uint32_t outInUse : 1; /**< Sets if the selected USB OUT endpoint is current… member