Searched refs:USB_ISTR_ERR (Results 1 – 2 of 2) sorted by relevance
449 if (wIstr & USB_ISTR_ERR) { in USBD_IRQHandler()450 USB->ISTR &= (uint16_t)(~USB_ISTR_ERR); in USBD_IRQHandler()
544 #define USB_ISTR_ERR USB_ISTR_ERR_Msk /*!< Error */ macro
Completed in 11 milliseconds