Home
last modified time | relevance | path

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

/components/drivers/usb/cherryusb/port/kinetis/
A Dusb_dc_kinetis.c396 if (is & USB_ISTAT_STALL_MASK) { in USBD_IRQHandler()
397 USB_OTG_DEV->ISTAT = USB_ISTAT_STALL_MASK; in USBD_IRQHandler()
A Dusb_kinetis_reg.h292 #define USB_ISTAT_STALL_MASK (0x80U) macro
300 …ne USB_ISTAT_STALL(x) (((uint8_t)(((uint8_t)(x)) << USB_ISTAT_STALL_SHIFT)) & USB_ISTAT_STALL_MASK)

Completed in 9 milliseconds