Searched refs:USBx_HPRT0 (Results 1 – 3 of 3) sorted by relevance
1111 hprt0 = USBx_HPRT0; in USB_ResetPort()1116 USBx_HPRT0 = (USB_OTG_HPRT_PRST | hprt0); in USB_ResetPort()1118 USBx_HPRT0 = ((~USB_OTG_HPRT_PRST) & hprt0); in USB_ResetPort()1134 hprt0 = USBx_HPRT0; in USB_DriveVbus()1139 USBx_HPRT0 = (USB_OTG_HPRT_PPWR | hprt0); in USB_DriveVbus()1142 USBx_HPRT0 = ((~USB_OTG_HPRT_PPWR) & hprt0); in USB_DriveVbus()1160 hprt0 = USBx_HPRT0; in USB_GetHostSpeed()
459 USBx_HPRT0 &= ~(USB_OTG_HPRT_PENA | USB_OTG_HPRT_PCDET |\ in HAL_HCD_IRQHandler()1026 hprt0 = USBx_HPRT0; in HCD_Port_IRQHandler()1027 hprt0_dup = USBx_HPRT0; in HCD_Port_IRQHandler()1065 USBx_HPRT0 &= ~(USB_OTG_HPRT_PENA | USB_OTG_HPRT_PCDET |\ in HCD_Port_IRQHandler()1078 USBx_HPRT0 = hprt0_dup; in HCD_Port_IRQHandler()
372 #define USBx_HPRT0 *(__IO uint32_t *)((uint32_t)USBx + USB_OTG_HOST_PORT_BASE) macro
Completed in 7 milliseconds