Searched refs:USB_ISTAT_STALL_MASK (Results 1 – 2 of 2) sorted by relevance
396 if (is & USB_ISTAT_STALL_MASK) { in USBD_IRQHandler()397 USB_OTG_DEV->ISTAT = USB_ISTAT_STALL_MASK; in USBD_IRQHandler()
292 #define USB_ISTAT_STALL_MASK (0x80U) macro300 …ne USB_ISTAT_STALL(x) (((uint8_t)(((uint8_t)(x)) << USB_ISTAT_STALL_SHIFT)) & USB_ISTAT_STALL_MASK)
Completed in 9 milliseconds