Home
last modified time | relevance | path

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

/bsp/allwinner/libraries/sunxi-hal/hal/source/usb/udc/
A Dudc_platform.h118 #define USB_CSR0_RXPKTRDY (0x0001) /* RO */ macro
A Dhal_udc.c695 if (!(USB_DRV_Reg(&musb->txcsr) & USB_CSR0_RXPKTRDY)) { in udc_handle_ep0_idle()
891 if (USB_DRV_Reg(&musb->txcsr) & USB_CSR0_RXPKTRDY) in udc_handle_ep0_idle()
949 if (USB_DRV_Reg(&musb->txcsr) & USB_CSR0_RXPKTRDY) in udc_handle_ep0()

Completed in 14 milliseconds