Searched refs:inInUse (Results 1 – 2 of 2) sorted by relevance
186 if (xmc_device.ep[i].inInUse || xmc_device.ep[i].outInUse) in XMC_USBD_lDeviceActive()590 xmc_device.ep[0U].inInUse = 0U; in XMC_USBD_lHandleUSBReset()806 ep->inInUse = 0U; in XMC_USBD_lHandleIEPInt()1315 else if (ep->inInUse == 1U) in XMC_USBD_EndpointWrite()1332 ep->inInUse = 1U; in XMC_USBD_EndpointWrite()1409 ep->inInUse = 0U; in XMC_USBD_EndpointAbort()1572 ep->inInUse = 0U; in XMC_USBD_EndpointUnconfigure()
366 …volatile uint32_t inInUse : 1; /**< Sets if the selected USB IN endpoint is currentl… member