Management functions.
More...
Management functions.
===============================================================================
##### Peripheral Control functions #####
===============================================================================
[..]
This subsection provides a set of functions allowing to control the HCD data
transfers.
◆ HAL_HCD_ResetPort()
Reset the host port.
- Parameters
-
- Return values
-
Definition at line 1030 of file stm32l4xx_hal_hcd.c.
HAL_StatusTypeDef USB_ResetPort(USB_OTG_GlobalTypeDef *USBx)
USB_OTG_ResetPort : Reset Host Port.
◆ HAL_HCD_Start()
Start the host driver.
- Parameters
-
- Return values
-
Definition at line 1002 of file stm32l4xx_hal_hcd.c.
1005 __HAL_HCD_ENABLE(hhcd);
HAL_StatusTypeDef USB_DriveVbus(USB_OTG_GlobalTypeDef *USBx, uint8_t state)
USB_DriveVbus : activate or de-activate vbus.
◆ HAL_HCD_Stop()
Stop the host driver.
- Parameters
-
- Return values
-
Definition at line 1017 of file stm32l4xx_hal_hcd.c.
HAL_StatusTypeDef USB_StopHost(USB_OTG_GlobalTypeDef *USBx)
Stop Host Core.