Lines Matching refs:wIstr
861 uint32_t wIstr = USB_ReadInterrupts(hpcd->Instance); in HAL_PCD_IRQHandler() local
863 if ((wIstr & USB_ISTR_CTR) == USB_ISTR_CTR) in HAL_PCD_IRQHandler()
872 if ((wIstr & USB_ISTR_RESET) == USB_ISTR_RESET) in HAL_PCD_IRQHandler()
887 if ((wIstr & USB_ISTR_PMAOVR) == USB_ISTR_PMAOVR) in HAL_PCD_IRQHandler()
894 if ((wIstr & USB_ISTR_ERR) == USB_ISTR_ERR) in HAL_PCD_IRQHandler()
901 if ((wIstr & USB_ISTR_WKUP) == USB_ISTR_WKUP) in HAL_PCD_IRQHandler()
917 if ((wIstr & USB_ISTR_SUSP) == USB_ISTR_SUSP) in HAL_PCD_IRQHandler()
936 if ((wIstr & USB_ISTR_SOF) == USB_ISTR_SOF) in HAL_PCD_IRQHandler()
949 if ((wIstr & USB_ISTR_ESOF) == USB_ISTR_ESOF) in HAL_PCD_IRQHandler()
1542 uint16_t wIstr; in PCD_EP_ISR_Handler() local
1554 wIstr = hpcd->Instance->ISTR; in PCD_EP_ISR_Handler()
1557 epindex = (uint8_t)(wIstr & USB_ISTR_EP_ID); in PCD_EP_ISR_Handler()
1564 if ((wIstr & USB_ISTR_DIR) == 0U) in PCD_EP_ISR_Handler()