Home
last modified time | relevance | path

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

/hal_infineon-latest/XMCLib/drivers/src/
Dxmc_usbh.c252 case XMC_USBH_ENDPOINT_INTERRUPT: in XMC_lStartTransfer()
789 case XMC_USBH_ENDPOINT_INTERRUPT: in XMC_USBH_PipeCreate()
1022 … if ((ptr_pipe->ep_type == (uint8_t)XMC_USBH_ENDPOINT_INTERRUPT) && (ptr_pipe->interval != 0U)) { in XMC_USBH_PipeTransfer()
1266 if ((ptr_pipe->ep_type == (uint8_t)XMC_USBH_ENDPOINT_INTERRUPT) && (ptr_pipe->in_use == 1U)) { in XMC_USBH_HandleIrq()
1354 …if (ptr_pipe->ep_type == (uint8_t)XMC_USBH_ENDPOINT_INTERRUPT) { /* is endpo… in XMC_USBH_HandleIrq()
1404 if (ptr_pipe->ep_type != (uint8_t)XMC_USBH_ENDPOINT_INTERRUPT) in XMC_USBH_HandleIrq()
1428 …if (((ptr_pipe->ep_type == (uint8_t)XMC_USBH_ENDPOINT_INTERRUPT)&&(ptr_pipe->interrupt_triggered =… in XMC_USBH_HandleIrq()
1429 (ptr_pipe->ep_type != (uint8_t)XMC_USBH_ENDPOINT_INTERRUPT)) in XMC_USBH_HandleIrq()
/hal_infineon-latest/XMCLib/drivers/inc/
Dxmc_usbh.h174 #define XMC_USBH_ENDPOINT_INTERRUPT 3 /**< Interrupt Endpoint*/ macro