Lines Matching refs:wIstr
1009 uint32_t wIstr = USB_ReadInterrupts(hpcd->Instance); in HAL_PCD_IRQHandler() local
1011 if ((wIstr & USB_ISTR_CTR) == USB_ISTR_CTR) in HAL_PCD_IRQHandler()
1020 if ((wIstr & USB_ISTR_RESET) == USB_ISTR_RESET) in HAL_PCD_IRQHandler()
1035 if ((wIstr & USB_ISTR_PMAOVR) == USB_ISTR_PMAOVR) in HAL_PCD_IRQHandler()
1042 if ((wIstr & USB_ISTR_ERR) == USB_ISTR_ERR) in HAL_PCD_IRQHandler()
1049 if ((wIstr & USB_ISTR_WKUP) == USB_ISTR_WKUP) in HAL_PCD_IRQHandler()
1075 if ((wIstr & USB_ISTR_SUSP) == USB_ISTR_SUSP) in HAL_PCD_IRQHandler()
1095 if ((wIstr & USB_ISTR_L1REQ) == USB_ISTR_L1REQ) in HAL_PCD_IRQHandler()
1124 if ((wIstr & USB_ISTR_SOF) == USB_ISTR_SOF) in HAL_PCD_IRQHandler()
1137 if ((wIstr & USB_ISTR_ESOF) == USB_ISTR_ESOF) in HAL_PCD_IRQHandler()
1712 uint16_t wIstr; in PCD_EP_ISR_Handler() local
1724 wIstr = (uint16_t)hpcd->Instance->ISTR; in PCD_EP_ISR_Handler()
1727 epindex = (uint8_t)(wIstr & USB_ISTR_IDN); in PCD_EP_ISR_Handler()
1734 if ((wIstr & USB_ISTR_DIR) == 0U) in PCD_EP_ISR_Handler()