|
STM32F479xx 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 1058 of file stm32f4xx_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 1025 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.
| hhcd | HCD handle |
| HAL | status |
Definition at line 1044 of file stm32f4xx_hal_hcd.c.
References __HCD_HandleTypeDef::Instance.
1.7.6.1