Home
last modified time | relevance | path

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

/components/drivers/usb/cherryusb/port/kinetis/
A Dusb_dc_kinetis.c400 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()
A Dusb_kinetis_reg.h252 #define USB_ISTAT_TOKDNE_MASK (0x8U) macro
260 …USB_ISTAT_TOKDNE(x) (((uint8_t)(((uint8_t)(x)) << USB_ISTAT_TOKDNE_SHIFT)) & USB_ISTAT_TOKDNE_MASK)

Completed in 9 milliseconds