Searched refs:USB_OTG_HPRT_PRST (Results 1 – 2 of 2) sorted by relevance
1229 USBx_HPRT0 = (USB_OTG_HPRT_PRST | hprt0); in USB_ResetPort()1231 USBx_HPRT0 = ((~USB_OTG_HPRT_PRST) & hprt0); in USB_ResetPort()
17179 #define USB_OTG_HPRT_PRST USB_OTG_HPRT_PRST_Msk /*!< Port reset */ macro