Home
last modified time | relevance | path

Searched refs:USB_ISTR_RESET (Results 1 – 2 of 2) sorted by relevance

/components/drivers/usb/cherryusb/port/fsdev/
A Dusb_dc_fsdev.c438 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()
A Dusb_fsdev_reg.h535 #define USB_ISTR_RESET USB_ISTR_RESET_Msk /*!< USB RESET reque… macro

Completed in 10 milliseconds