Home
last modified time | relevance | path

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

/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_ll_usb.c1393 HCcharEpDir = (0x1U << 15) & USB_OTG_HCCHAR_EPDIR; in USB_HC_Init()
1474 tmpreg |= USB_OTG_HCCHAR_EPDIR; in USB_HC_StartXfer()
1478 tmpreg &= ~USB_OTG_HCCHAR_EPDIR; in USB_HC_StartXfer()
1559 USBx_HC(hcnum)->HCCHAR &= ~USB_OTG_HCCHAR_EPDIR; in USB_HC_Halt()
1582 USBx_HC(hcnum)->HCCHAR &= ~USB_OTG_HCCHAR_EPDIR; in USB_HC_Halt()
1652 value &= ~USB_OTG_HCCHAR_EPDIR; in USB_StopHost()
1662 value &= ~USB_OTG_HCCHAR_EPDIR; in USB_StopHost()
Dstm32l4xx_hal_hcd.c582 if ((USBx_HC(i)->HCCHAR & USB_OTG_HCCHAR_EPDIR) == USB_OTG_HCCHAR_EPDIR) in HAL_HCD_IRQHandler()
/loramac-node-2.7.6/src/boards/NucleoL476/cmsis/
Dstm32l476xx.h17218 #define USB_OTG_HCCHAR_EPDIR USB_OTG_HCCHAR_EPDIR_Msk /*!< Endpoint direct… macro