Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_hcd.c542 USBx_HPRT0 &= ~(USB_OTG_HPRT_PENA | USB_OTG_HPRT_PCDET | \ in HAL_HCD_IRQHandler()
1548 hprt0 = USBx_HPRT0; in HCD_Port_IRQHandler()
1549 hprt0_dup = USBx_HPRT0; in HCD_Port_IRQHandler()
1613 USBx_HPRT0 &= ~(USB_OTG_HPRT_PENA | USB_OTG_HPRT_PCDET | \ in HCD_Port_IRQHandler()
1627 USBx_HPRT0 = hprt0_dup; in HCD_Port_IRQHandler()
Dstm32l4xx_ll_usb.c1224 hprt0 = USBx_HPRT0; in USB_ResetPort()
1229 USBx_HPRT0 = (USB_OTG_HPRT_PRST | hprt0); in USB_ResetPort()
1231 USBx_HPRT0 = ((~USB_OTG_HPRT_PRST) & hprt0); in USB_ResetPort()
1250 hprt0 = USBx_HPRT0; in USB_DriveVbus()
1257 USBx_HPRT0 = (USB_OTG_HPRT_PPWR | hprt0); in USB_DriveVbus()
1261 USBx_HPRT0 = ((~USB_OTG_HPRT_PPWR) & hprt0); in USB_DriveVbus()
1279 hprt0 = USBx_HPRT0; in USB_GetHostSpeed()
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_ll_usb.h447 #define USBx_HPRT0 *(__IO uint32_t *)((uint32_t)USBx_BASE + USB_OTG_HOST_PORT_BASE) macro