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);
1713 uint16_t wEPVal; in PCD_EP_ISR_Handler() local
1766 wEPVal = PCD_GET_ENDPOINT(hpcd->Instance, PCD_ENDP0); in PCD_EP_ISR_Handler()
1768 if ((wEPVal & USB_EP_SETUP) != 0U) in PCD_EP_ISR_Handler()
1786 else if ((wEPVal & USB_EP_CTR_RX) != 0U) in PCD_EP_ISR_Handler()
1808 wEPVal = (uint16_t)PCD_GET_ENDPOINT(hpcd->Instance, PCD_ENDP0); in PCD_EP_ISR_Handler()
1810 if (((wEPVal & USB_EP_SETUP) == 0U) && ((wEPVal & USB_EP_RX_STRX) != USB_EP_RX_VALID)) in PCD_EP_ISR_Handler()
1822 wEPVal = PCD_GET_ENDPOINT(hpcd->Instance, epindex); in PCD_EP_ISR_Handler()
1824 if ((wEPVal & USB_EP_CTR_RX) != 0U) in PCD_EP_ISR_Handler()
1846 count = HAL_PCD_EP_DB_Receive(hpcd, ep, wEPVal); in PCD_EP_ISR_Handler()
1896 if ((wEPVal & USB_EP_CTR_TX) != 0U) in PCD_EP_ISR_Handler()
1910 if ((wEPVal & USB_EP_DTOG_TX) != 0U) in PCD_EP_ISR_Handler()
1931 if ((wEPVal & USB_EP_KIND) == 0U) in PCD_EP_ISR_Handler()
1967 (void)HAL_PCD_EP_DB_Transmit(hpcd, ep, wEPVal); in PCD_EP_ISR_Handler()
1988 PCD_EPTypeDef *ep, uint16_t wEPVal) in HAL_PCD_EP_DB_Receive() argument
1993 if ((wEPVal & USB_EP_DTOG_RX) != 0U) in HAL_PCD_EP_DB_Receive()
2014 if ((wEPVal & USB_EP_DTOG_TX) != 0U) in HAL_PCD_EP_DB_Receive()
2046 if ((wEPVal & USB_EP_DTOG_TX) == 0U) in HAL_PCD_EP_DB_Receive()
2069 PCD_EPTypeDef *ep, uint16_t wEPVal) in HAL_PCD_EP_DB_Transmit() argument
2075 if ((wEPVal & USB_EP_DTOG_TX) != 0U) in HAL_PCD_EP_DB_Transmit()
2102 if ((wEPVal & USB_EP_DTOG_RX) != 0U) in HAL_PCD_EP_DB_Transmit()
2110 if ((wEPVal & USB_EP_DTOG_RX) != 0U) in HAL_PCD_EP_DB_Transmit()
2176 if ((wEPVal & USB_EP_DTOG_RX) == 0U) in HAL_PCD_EP_DB_Transmit()
2184 if ((wEPVal & USB_EP_DTOG_RX) == 0U) in HAL_PCD_EP_DB_Transmit()