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);
1719 uint16_t wEPVal; in PCD_EP_ISR_Handler() local
1772 wEPVal = (uint16_t)PCD_GET_ENDPOINT(hpcd->Instance, PCD_ENDP0); in PCD_EP_ISR_Handler()
1774 if ((wEPVal & USB_EP_SETUP) != 0U) in PCD_EP_ISR_Handler()
1792 else if ((wEPVal & USB_EP_VTRX) != 0U) in PCD_EP_ISR_Handler()
1814 wEPVal = (uint16_t)PCD_GET_ENDPOINT(hpcd->Instance, PCD_ENDP0); in PCD_EP_ISR_Handler()
1816 if (((wEPVal & USB_EP_SETUP) == 0U) && ((wEPVal & USB_EP_RX_STRX) != USB_EP_RX_VALID)) in PCD_EP_ISR_Handler()
1828 wEPVal = (uint16_t)PCD_GET_ENDPOINT(hpcd->Instance, epindex); in PCD_EP_ISR_Handler()
1830 if ((wEPVal & USB_EP_VTRX) != 0U) in PCD_EP_ISR_Handler()
1852 count = HAL_PCD_EP_DB_Receive(hpcd, ep, wEPVal); in PCD_EP_ISR_Handler()
1902 if ((wEPVal & USB_EP_VTTX) != 0U) in PCD_EP_ISR_Handler()
1916 if ((wEPVal & USB_EP_DTOG_TX) != 0U) in PCD_EP_ISR_Handler()
1937 if ((wEPVal & USB_EP_KIND) == 0U) in PCD_EP_ISR_Handler()
1973 (void)HAL_PCD_EP_DB_Transmit(hpcd, ep, wEPVal); in PCD_EP_ISR_Handler()
1994 PCD_EPTypeDef *ep, uint16_t wEPVal) in HAL_PCD_EP_DB_Receive() argument
1999 if ((wEPVal & USB_EP_DTOG_RX) != 0U) in HAL_PCD_EP_DB_Receive()
2020 if ((wEPVal & USB_EP_DTOG_TX) != 0U) in HAL_PCD_EP_DB_Receive()
2052 if ((wEPVal & USB_EP_DTOG_TX) == 0U) in HAL_PCD_EP_DB_Receive()
2075 PCD_EPTypeDef *ep, uint16_t wEPVal) in HAL_PCD_EP_DB_Transmit() argument
2081 if ((wEPVal & USB_EP_DTOG_TX) != 0U) in HAL_PCD_EP_DB_Transmit()
2108 if ((wEPVal & USB_EP_DTOG_RX) != 0U) in HAL_PCD_EP_DB_Transmit()
2116 if ((wEPVal & USB_EP_DTOG_RX) != 0U) in HAL_PCD_EP_DB_Transmit()
2182 if ((wEPVal & USB_EP_DTOG_RX) == 0U) in HAL_PCD_EP_DB_Transmit()
2190 if ((wEPVal & USB_EP_DTOG_RX) == 0U) in HAL_PCD_EP_DB_Transmit()