Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_hcd.c1545 __IO uint32_t hprt0, hprt0_dup; in HCD_Port_IRQHandler() local
1549 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()