Searched refs:USB_ISTAT_TOKDNE_MASK (Results 1 – 2 of 2) sorted by relevance
400 if (is & USB_ISTAT_TOKDNE_MASK) { in USBD_IRQHandler()402 USB_OTG_DEV->ISTAT = USB_ISTAT_TOKDNE_MASK; /* must be cleared after get STAT */ in USBD_IRQHandler()
252 #define USB_ISTAT_TOKDNE_MASK (0x8U) macro260 …USB_ISTAT_TOKDNE(x) (((uint8_t)(((uint8_t)(x)) << USB_ISTAT_TOKDNE_SHIFT)) & USB_ISTAT_TOKDNE_MASK)
Completed in 9 milliseconds