STM32F4xx_HAL_Driver  1.8.3
Peripheral Control functions

Management functions. More...

+ Collaboration diagram for Peripheral Control functions:

Functions

HAL_StatusTypeDef HAL_HCD_ResetPort (HCD_HandleTypeDef *hhcd)
 Reset the host port. More...
 
HAL_StatusTypeDef HAL_HCD_Start (HCD_HandleTypeDef *hhcd)
 Start the host driver. More...
 
HAL_StatusTypeDef HAL_HCD_Stop (HCD_HandleTypeDef *hhcd)
 Stop the host driver. More...
 

Detailed Description

Management functions.

 ===============================================================================
                      ##### Peripheral Control functions #####
 ===============================================================================
    [..]
    This subsection provides a set of functions allowing to control the HCD data
    transfers.

Function Documentation

◆ HAL_HCD_ResetPort()

HAL_StatusTypeDef HAL_HCD_ResetPort ( HCD_HandleTypeDef *  hhcd)

Reset the host port.

Parameters
hhcdHCD handle
Return values
HALstatus

Definition at line 1106 of file stm32f4xx_hal_hcd.c.

◆ HAL_HCD_Start()

HAL_StatusTypeDef HAL_HCD_Start ( HCD_HandleTypeDef *  hhcd)

Start the host driver.

Parameters
hhcdHCD handle
Return values
HALstatus

Definition at line 1073 of file stm32f4xx_hal_hcd.c.

◆ HAL_HCD_Stop()

HAL_StatusTypeDef HAL_HCD_Stop ( HCD_HandleTypeDef *  hhcd)

Stop the host driver.

Parameters
hhcdHCD handle
Return values
HALstatus

Definition at line 1092 of file stm32f4xx_hal_hcd.c.