Searched refs:USB_OTG_HPRT_PSPD (Results 1 – 3 of 3) sorted by relevance
1579 if ((hprt0 & USB_OTG_HPRT_PSPD) == (HPRT0_PRTSPD_LOW_SPEED << 17)) in HCD_Port_IRQHandler()
1280 return ((hprt0 & USB_OTG_HPRT_PSPD) >> 17); in USB_GetHostSpeed()
17200 #define USB_OTG_HPRT_PSPD USB_OTG_HPRT_PSPD_Msk /*!< Port speed */ macro