Searched refs:USB_ISTR_RESET (Results 1 – 2 of 2) sorted by relevance
438 if (wIstr & USB_ISTR_RESET) { in USBD_IRQHandler()444 USB->ISTR &= (uint16_t)(~USB_ISTR_RESET); in USBD_IRQHandler()473 while ((USB->ISTR & USB_ISTR_RESET) == 0U) { in USBD_IRQHandler()477 USB->ISTR &= (uint16_t)(~USB_ISTR_RESET); in USBD_IRQHandler()
535 #define USB_ISTR_RESET USB_ISTR_RESET_Msk /*!< USB RESET reque… macro
Completed in 10 milliseconds