Searched refs:ISTAT (Results 1 – 2 of 2) sorted by relevance
350 uint8_t is = USB_OTG_DEV->ISTAT; in USBD_IRQHandler()354 USB_OTG_DEV->ISTAT = is & ~mask; in USBD_IRQHandler()360 USB_OTG_DEV->ISTAT = is; in USBD_IRQHandler()364 USB_OTG_DEV->ISTAT = is; in USBD_IRQHandler()384 USB_OTG_DEV->ISTAT = USB_ISTAT_SLEEP_MASK; in USBD_IRQHandler()388 USB_OTG_DEV->ISTAT = USB_ISTAT_RESUME_MASK; in USBD_IRQHandler()392 USB_OTG_DEV->ISTAT = USB_ISTAT_SOFTOK_MASK; in USBD_IRQHandler()397 USB_OTG_DEV->ISTAT = USB_ISTAT_STALL_MASK; in USBD_IRQHandler()402 USB_OTG_DEV->ISTAT = USB_ISTAT_TOKDNE_MASK; /* must be cleared after get STAT */ in USBD_IRQHandler()
39 __IO uint8_t ISTAT; /**< Interrupt Status, offset: 0x80 */ member
Completed in 9 milliseconds