STM32F439xx HAL User Manual
Functions
Peripheral Control functions
HCD Exported Functions

Management functions. More...

Functions

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

Detailed Description

Management functions.

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


Function Documentation

HAL_StatusTypeDef HAL_HCD_ResetPort ( HCD_HandleTypeDef hhcd)

Reset the host port.

Parameters:
hhcdHCD handle
Return values:
HALstatus

Definition at line 673 of file stm32f4xx_hal_hcd.c.

References HCD_HandleTypeDef::Instance.

HAL_StatusTypeDef HAL_HCD_Start ( HCD_HandleTypeDef hhcd)

Start the host driver.

Parameters:
hhcdHCD handle
Return values:
HALstatus

Definition at line 645 of file stm32f4xx_hal_hcd.c.

References __HAL_HCD_ENABLE, and HCD_HandleTypeDef::Instance.

HAL_StatusTypeDef HAL_HCD_Stop ( HCD_HandleTypeDef hhcd)

Stop the host driver.

Parameters:
hhcdHCD handle
Return values:
HALstatus

Definition at line 660 of file stm32f4xx_hal_hcd.c.

References HCD_HandleTypeDef::Instance.