Home
last modified time | relevance | path

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

/components/drivers/usb/cherryusb/port/kinetis/
A Dusb_dc_kinetis.c383 if (is & USB_ISTAT_SLEEP_MASK) { in USBD_IRQHandler()
384 USB_OTG_DEV->ISTAT = USB_ISTAT_SLEEP_MASK; in USBD_IRQHandler()
A Dusb_kinetis_reg.h262 #define USB_ISTAT_SLEEP_MASK (0x10U) macro
270 …ne USB_ISTAT_SLEEP(x) (((uint8_t)(((uint8_t)(x)) << USB_ISTAT_SLEEP_SHIFT)) & USB_ISTAT_SLEEP_MASK)

Completed in 8 milliseconds