Home
last modified time | relevance | path

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

/components/drivers/usb/cherryusb/port/chipidea/
A Dusb_chipidea_reg.h813 #define USB_USBINTR_SEE_MASK (0x10U) macro
815 #define USB_USBINTR_SEE_SET(x) (((uint32_t)(x) << USB_USBINTR_SEE_SHIFT) & USB_USBINTR_SEE_MASK)
816 #define USB_USBINTR_SEE_GET(x) (((uint32_t)(x) & USB_USBINTR_SEE_MASK) >> USB_USBINTR_SEE_SHIFT)

Completed in 10 milliseconds