Searched refs:USB_OTG_HPRT_PENA (Results 1 – 3 of 3) sorted by relevance
542 USBx_HPRT0 &= ~(USB_OTG_HPRT_PENA | USB_OTG_HPRT_PCDET | \ in HAL_HCD_IRQHandler()1551 hprt0_dup &= ~(USB_OTG_HPRT_PENA | USB_OTG_HPRT_PCDET | \ in HCD_Port_IRQHandler()1575 if ((hprt0 & USB_OTG_HPRT_PENA) == USB_OTG_HPRT_PENA) in HCD_Port_IRQHandler()1613 USBx_HPRT0 &= ~(USB_OTG_HPRT_PENA | USB_OTG_HPRT_PCDET | \ in HCD_Port_IRQHandler()
1226 hprt0 &= ~(USB_OTG_HPRT_PENA | USB_OTG_HPRT_PCDET | in USB_ResetPort()1252 hprt0 &= ~(USB_OTG_HPRT_PENA | USB_OTG_HPRT_PCDET | in USB_DriveVbus()
17161 #define USB_OTG_HPRT_PENA USB_OTG_HPRT_PENA_Msk /*!< Port enable */ macro