Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_ll_usb.h545 HAL_StatusTypeDef USB_DriveVbus(USB_OTG_GlobalTypeDef *USBx, uint8_t state);
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_ll_usb.c1142 (void)USB_DriveVbus(USBx, 1U); in USB_HostInit()
1245 HAL_StatusTypeDef USB_DriveVbus(USB_OTG_GlobalTypeDef *USBx, uint8_t state) in USB_DriveVbus() function
Dstm32l4xx_hal_hcd.c1013 (void)USB_DriveVbus(hhcd->Instance, 1U); in HAL_HCD_Start()