Home
last modified time | relevance | path

Searched refs:outInUse (Results 1 – 2 of 2) sorted by relevance

/hal_infineon-3.4.0/XMCLib/drivers/src/
Dxmc_usbd.c186 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()
/hal_infineon-3.4.0/XMCLib/drivers/inc/
Dxmc_usbd.h367 …volatile uint32_t outInUse : 1; /**< Sets if the selected USB OUT endpoint is current… member