Lines Matching refs:wEPVal

99 …_StatusTypeDef HAL_PCD_EP_DB_Transmit(PCD_HandleTypeDef *hpcd, PCD_EPTypeDef *ep, uint16_t wEPVal);
100 static uint16_t HAL_PCD_EP_DB_Receive(PCD_HandleTypeDef *hpcd, PCD_EPTypeDef *ep, uint16_t wEPVal);
2397 uint16_t wEPVal; in PCD_EP_ISR_Handler() local
2450 wEPVal = PCD_GET_ENDPOINT(hpcd->Instance, PCD_ENDP0); in PCD_EP_ISR_Handler()
2452 if ((wEPVal & USB_EP_SETUP) != 0U) in PCD_EP_ISR_Handler()
2470 else if ((wEPVal & USB_EP_CTR_RX) != 0U) in PCD_EP_ISR_Handler()
2492 wEPVal = (uint16_t)PCD_GET_ENDPOINT(hpcd->Instance, PCD_ENDP0); in PCD_EP_ISR_Handler()
2494 if (((wEPVal & USB_EP_SETUP) == 0U) && ((wEPVal & USB_EP_RX_STRX) != USB_EP_RX_VALID)) in PCD_EP_ISR_Handler()
2505 wEPVal = PCD_GET_ENDPOINT(hpcd->Instance, epindex); in PCD_EP_ISR_Handler()
2507 if ((wEPVal & USB_EP_CTR_RX) != 0U) in PCD_EP_ISR_Handler()
2529 count = HAL_PCD_EP_DB_Receive(hpcd, ep, wEPVal); in PCD_EP_ISR_Handler()
2579 if ((wEPVal & USB_EP_CTR_TX) != 0U) in PCD_EP_ISR_Handler()
2593 if ((wEPVal & USB_EP_DTOG_TX) != 0U) in PCD_EP_ISR_Handler()
2614 if ((wEPVal & USB_EP_KIND) == 0U) in PCD_EP_ISR_Handler()
2650 (void)HAL_PCD_EP_DB_Transmit(hpcd, ep, wEPVal); in PCD_EP_ISR_Handler()
2671 PCD_EPTypeDef *ep, uint16_t wEPVal) in HAL_PCD_EP_DB_Receive() argument
2676 if ((wEPVal & USB_EP_DTOG_RX) != 0U) in HAL_PCD_EP_DB_Receive()
2697 if ((wEPVal & USB_EP_DTOG_TX) != 0U) in HAL_PCD_EP_DB_Receive()
2729 if ((wEPVal & USB_EP_DTOG_TX) == 0U) in HAL_PCD_EP_DB_Receive()
2752 PCD_EPTypeDef *ep, uint16_t wEPVal) in HAL_PCD_EP_DB_Transmit() argument
2758 if ((wEPVal & USB_EP_DTOG_TX) != 0U) in HAL_PCD_EP_DB_Transmit()
2791 if ((wEPVal & USB_EP_DTOG_RX) != 0U) in HAL_PCD_EP_DB_Transmit()
2801 if ((wEPVal & USB_EP_DTOG_RX) != 0U) in HAL_PCD_EP_DB_Transmit()
2873 if ((wEPVal & USB_EP_DTOG_RX) == 0U) in HAL_PCD_EP_DB_Transmit()
2883 if ((wEPVal & USB_EP_DTOG_RX) == 0U) in HAL_PCD_EP_DB_Transmit()