Home
last modified time | relevance | path

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

/components/drivers/usb/cherryusb/port/chipidea/
A Dusb_chipidea_reg.h687 #define USB_USBSTS_UI_MASK (0x1U) macro
689 #define USB_USBSTS_UI_SET(x) (((uint32_t)(x) << USB_USBSTS_UI_SHIFT) & USB_USBSTS_UI_MASK)
690 #define USB_USBSTS_UI_GET(x) (((uint32_t)(x) & USB_USBSTS_UI_MASK) >> USB_USBSTS_UI_SHIFT)

Completed in 822 milliseconds