Home
last modified time | relevance | path

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

/components/drivers/usb/cherryusb/port/kinetis/
A Dusb_kinetis_reg.h535 #define USB_STAT_TX_SHIFT (3U) macro
540 #define USB_STAT_TX(x) (((uint8_t)(((uint8_t)(x)) << USB_STAT_TX_SHIFT)) & USB_STAT_TX_MASK)
A Dusb_dc_kinetis.c405 dir = (s & USB_STAT_TX_MASK) >> USB_STAT_TX_SHIFT; in USBD_IRQHandler()

Completed in 12 milliseconds