Searched refs:USB_OTG_HPRT_PCDET (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()1555 if ((hprt0 & USB_OTG_HPRT_PCDET) == USB_OTG_HPRT_PCDET) in HCD_Port_IRQHandler()1567 hprt0_dup |= USB_OTG_HPRT_PCDET; 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()
17158 #define USB_OTG_HPRT_PCDET USB_OTG_HPRT_PCDET_Msk /*!< Port connect de… macro