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);
1543 uint16_t wEPVal; in PCD_EP_ISR_Handler() local
1596 wEPVal = PCD_GET_ENDPOINT(hpcd->Instance, PCD_ENDP0); in PCD_EP_ISR_Handler()
1598 if ((wEPVal & USB_EP_SETUP) != 0U) in PCD_EP_ISR_Handler()
1616 else if ((wEPVal & USB_EP_CTR_RX) != 0U) in PCD_EP_ISR_Handler()
1638 wEPVal = (uint16_t)PCD_GET_ENDPOINT(hpcd->Instance, PCD_ENDP0); in PCD_EP_ISR_Handler()
1640 if (((wEPVal & USB_EP_SETUP) == 0U) && ((wEPVal & USB_EP_RX_STRX) != USB_EP_RX_VALID)) in PCD_EP_ISR_Handler()
1652 wEPVal = PCD_GET_ENDPOINT(hpcd->Instance, epindex); in PCD_EP_ISR_Handler()
1654 if ((wEPVal & USB_EP_CTR_RX) != 0U) in PCD_EP_ISR_Handler()
1676 count = HAL_PCD_EP_DB_Receive(hpcd, ep, wEPVal); in PCD_EP_ISR_Handler()
1726 if ((wEPVal & USB_EP_CTR_TX) != 0U) in PCD_EP_ISR_Handler()
1740 if ((wEPVal & USB_EP_DTOG_TX) != 0U) in PCD_EP_ISR_Handler()
1761 if ((wEPVal & USB_EP_KIND) == 0U) in PCD_EP_ISR_Handler()
1797 (void)HAL_PCD_EP_DB_Transmit(hpcd, ep, wEPVal); in PCD_EP_ISR_Handler()
1818 PCD_EPTypeDef *ep, uint16_t wEPVal) in HAL_PCD_EP_DB_Receive() argument
1823 if ((wEPVal & USB_EP_DTOG_RX) != 0U) in HAL_PCD_EP_DB_Receive()
1844 if ((wEPVal & USB_EP_DTOG_TX) != 0U) in HAL_PCD_EP_DB_Receive()
1876 if ((wEPVal & USB_EP_DTOG_TX) == 0U) in HAL_PCD_EP_DB_Receive()
1899 PCD_EPTypeDef *ep, uint16_t wEPVal) in HAL_PCD_EP_DB_Transmit() argument
1905 if ((wEPVal & USB_EP_DTOG_TX) != 0U) in HAL_PCD_EP_DB_Transmit()
1932 if ((wEPVal & USB_EP_DTOG_RX) != 0U) in HAL_PCD_EP_DB_Transmit()
1940 if ((wEPVal & USB_EP_DTOG_RX) != 0U) in HAL_PCD_EP_DB_Transmit()
2006 if ((wEPVal & USB_EP_DTOG_RX) == 0U) in HAL_PCD_EP_DB_Transmit()
2014 if ((wEPVal & USB_EP_DTOG_RX) == 0U) in HAL_PCD_EP_DB_Transmit()