Searched refs:hprt0_dup (Results 1 – 1 of 1) sorted by relevance
1545 __IO uint32_t hprt0, hprt0_dup; in HCD_Port_IRQHandler() local1549 hprt0_dup = USBx_HPRT0; in HCD_Port_IRQHandler()1551 hprt0_dup &= ~(USB_OTG_HPRT_PENA | USB_OTG_HPRT_PCDET | \ in HCD_Port_IRQHandler()1567 hprt0_dup |= USB_OTG_HPRT_PCDET; in HCD_Port_IRQHandler()1573 hprt0_dup |= USB_OTG_HPRT_PENCHNG; in HCD_Port_IRQHandler()1623 hprt0_dup |= USB_OTG_HPRT_POCCHNG; in HCD_Port_IRQHandler()1627 USBx_HPRT0 = hprt0_dup; in HCD_Port_IRQHandler()