Home
last modified time | relevance | path

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

/Zephyr-Core-2.7.6/drivers/usb/device/
Dusb_dw_registers.h133 #define USB_DW_GINTSTS_USB_RST BIT(12) macro
Dusb_dc_dw.c490 USB_DW_GINTSTS_USB_RST | in usb_dw_init()
652 if (int_status & USB_DW_GINTSTS_USB_RST) { in usb_dw_isr_handler()
654 USB_DW->gintsts = USB_DW_GINTSTS_USB_RST; in usb_dw_isr_handler()