STM32F4xx_HAL_Driver
1.8.3
|
Management functions. More...
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... | |
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 1106 of file stm32f4xx_hal_hcd.c.
HAL_StatusTypeDef HAL_HCD_Start | ( | HCD_HandleTypeDef * | hhcd | ) |
Start the host driver.
hhcd | HCD handle |
HAL | status |
Definition at line 1073 of file stm32f4xx_hal_hcd.c.
HAL_StatusTypeDef HAL_HCD_Stop | ( | HCD_HandleTypeDef * | hhcd | ) |
Stop the host driver.
hhcd | HCD handle |
HAL | status |
Definition at line 1092 of file stm32f4xx_hal_hcd.c.