Home
last modified time | relevance | path

Searched refs:USBx_HPRT0 (Results 1 – 3 of 3) sorted by relevance

/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Src/
A Dstm32f7xx_ll_usb.c1111 hprt0 = USBx_HPRT0; in USB_ResetPort()
1116 USBx_HPRT0 = (USB_OTG_HPRT_PRST | hprt0); in USB_ResetPort()
1118 USBx_HPRT0 = ((~USB_OTG_HPRT_PRST) & hprt0); in USB_ResetPort()
1134 hprt0 = USBx_HPRT0; in USB_DriveVbus()
1139 USBx_HPRT0 = (USB_OTG_HPRT_PPWR | hprt0); in USB_DriveVbus()
1142 USBx_HPRT0 = ((~USB_OTG_HPRT_PPWR) & hprt0); in USB_DriveVbus()
1160 hprt0 = USBx_HPRT0; in USB_GetHostSpeed()
A Dstm32f7xx_hal_hcd.c459 USBx_HPRT0 &= ~(USB_OTG_HPRT_PENA | USB_OTG_HPRT_PCDET |\ in HAL_HCD_IRQHandler()
1026 hprt0 = USBx_HPRT0; in HCD_Port_IRQHandler()
1027 hprt0_dup = USBx_HPRT0; in HCD_Port_IRQHandler()
1065 USBx_HPRT0 &= ~(USB_OTG_HPRT_PENA | USB_OTG_HPRT_PCDET |\ in HCD_Port_IRQHandler()
1078 USBx_HPRT0 = hprt0_dup; in HCD_Port_IRQHandler()
/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Inc/
A Dstm32f7xx_ll_usb.h372 #define USBx_HPRT0 *(__IO uint32_t *)((uint32_t)USBx + USB_OTG_HOST_PORT_BASE) macro

Completed in 7 milliseconds