STM32H735xx HAL User Manual
|
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. |
Management functions.
=============================================================================== ##### Peripheral Control functions ##### =============================================================================== [..] This subsection provides a set of functions allowing to control the HCD data transfers.
HAL_StatusTypeDef HAL_HCD_ResetPort | ( | HCD_HandleTypeDef * | hhcd | ) |
Reset the host port.
hhcd | HCD handle |
HAL | status |
Definition at line 1047 of file stm32h7xx_hal_hcd.c.
References __HCD_HandleTypeDef::Instance.
HAL_StatusTypeDef HAL_HCD_Start | ( | HCD_HandleTypeDef * | hhcd | ) |
Start the host driver.
hhcd | HCD handle |
HAL | status |
Definition at line 1014 of file stm32h7xx_hal_hcd.c.
References __HAL_HCD_ENABLE, and __HCD_HandleTypeDef::Instance.
HAL_StatusTypeDef HAL_HCD_Stop | ( | HCD_HandleTypeDef * | hhcd | ) |
Stop the host driver.
hhcd | HCD handle |
HAL | status |
Definition at line 1033 of file stm32h7xx_hal_hcd.c.
References __HCD_HandleTypeDef::Instance.