Searched refs:USB_OTG_HPRT_PPWR (Results 1 – 3 of 3) sorted by relevance
1163 if (((hprt0 & USB_OTG_HPRT_PPWR) == 0 ) && (state == 1 )) in USB_DriveVbus()1165 USBx_HPRT0 = (USB_OTG_HPRT_PPWR | hprt0); in USB_DriveVbus()1167 if (((hprt0 & USB_OTG_HPRT_PPWR) == USB_OTG_HPRT_PPWR) && (state == 0 )) in USB_DriveVbus()1169 USBx_HPRT0 = ((~USB_OTG_HPRT_PPWR) & hprt0); in USB_DriveVbus()
17471 #define USB_OTG_HPRT_PPWR USB_OTG_HPRT_PPWR_Msk /*!< Port power */ macro