Lines Matching refs:wEPVal

92 …_StatusTypeDef HAL_PCD_EP_DB_Transmit(PCD_HandleTypeDef *hpcd, PCD_EPTypeDef *ep, uint16_t wEPVal);
93 static uint16_t HAL_PCD_EP_DB_Receive(PCD_HandleTypeDef *hpcd, PCD_EPTypeDef *ep, uint16_t wEPVal);
1704 uint16_t wEPVal; in PCD_EP_ISR_Handler() local
1757 wEPVal = PCD_GET_ENDPOINT(hpcd->Instance, PCD_ENDP0); in PCD_EP_ISR_Handler()
1759 if ((wEPVal & USB_EP_SETUP) != 0U) in PCD_EP_ISR_Handler()
1777 else if ((wEPVal & USB_EP_CTR_RX) != 0U) in PCD_EP_ISR_Handler()
1799 wEPVal = (uint16_t)PCD_GET_ENDPOINT(hpcd->Instance, PCD_ENDP0); in PCD_EP_ISR_Handler()
1801 if (((wEPVal & USB_EP_SETUP) == 0U) && ((wEPVal & USB_EP_RX_STRX) != USB_EP_RX_VALID)) in PCD_EP_ISR_Handler()
1813 wEPVal = PCD_GET_ENDPOINT(hpcd->Instance, epindex); in PCD_EP_ISR_Handler()
1815 if ((wEPVal & USB_EP_CTR_RX) != 0U) in PCD_EP_ISR_Handler()
1837 count = HAL_PCD_EP_DB_Receive(hpcd, ep, wEPVal); in PCD_EP_ISR_Handler()
1887 if ((wEPVal & USB_EP_CTR_TX) != 0U) in PCD_EP_ISR_Handler()
1901 if ((wEPVal & USB_EP_DTOG_TX) != 0U) in PCD_EP_ISR_Handler()
1922 if ((wEPVal & USB_EP_KIND) == 0U) in PCD_EP_ISR_Handler()
1958 (void)HAL_PCD_EP_DB_Transmit(hpcd, ep, wEPVal); in PCD_EP_ISR_Handler()
1979 PCD_EPTypeDef *ep, uint16_t wEPVal) in HAL_PCD_EP_DB_Receive() argument
1984 if ((wEPVal & USB_EP_DTOG_RX) != 0U) in HAL_PCD_EP_DB_Receive()
2005 if ((wEPVal & USB_EP_DTOG_TX) != 0U) in HAL_PCD_EP_DB_Receive()
2037 if ((wEPVal & USB_EP_DTOG_TX) == 0U) in HAL_PCD_EP_DB_Receive()
2060 PCD_EPTypeDef *ep, uint16_t wEPVal) in HAL_PCD_EP_DB_Transmit() argument
2066 if ((wEPVal & USB_EP_DTOG_TX) != 0U) in HAL_PCD_EP_DB_Transmit()
2093 if ((wEPVal & USB_EP_DTOG_RX) != 0U) in HAL_PCD_EP_DB_Transmit()
2101 if ((wEPVal & USB_EP_DTOG_RX) != 0U) in HAL_PCD_EP_DB_Transmit()
2167 if ((wEPVal & USB_EP_DTOG_RX) == 0U) in HAL_PCD_EP_DB_Transmit()
2175 if ((wEPVal & USB_EP_DTOG_RX) == 0U) in HAL_PCD_EP_DB_Transmit()