Searched refs:USBx_HPRT0 (Results 1 – 3 of 3) sorted by relevance
542 USBx_HPRT0 &= ~(USB_OTG_HPRT_PENA | USB_OTG_HPRT_PCDET | \ in HAL_HCD_IRQHandler()1548 hprt0 = USBx_HPRT0; in HCD_Port_IRQHandler()1549 hprt0_dup = USBx_HPRT0; in HCD_Port_IRQHandler()1613 USBx_HPRT0 &= ~(USB_OTG_HPRT_PENA | USB_OTG_HPRT_PCDET | \ in HCD_Port_IRQHandler()1627 USBx_HPRT0 = hprt0_dup; in HCD_Port_IRQHandler()
1224 hprt0 = USBx_HPRT0; in USB_ResetPort()1229 USBx_HPRT0 = (USB_OTG_HPRT_PRST | hprt0); in USB_ResetPort()1231 USBx_HPRT0 = ((~USB_OTG_HPRT_PRST) & hprt0); in USB_ResetPort()1250 hprt0 = USBx_HPRT0; in USB_DriveVbus()1257 USBx_HPRT0 = (USB_OTG_HPRT_PPWR | hprt0); in USB_DriveVbus()1261 USBx_HPRT0 = ((~USB_OTG_HPRT_PPWR) & hprt0); in USB_DriveVbus()1279 hprt0 = USBx_HPRT0; in USB_GetHostSpeed()
447 #define USBx_HPRT0 *(__IO uint32_t *)((uint32_t)USBx_BASE + USB_OTG_HOST_PORT_BASE) macro