STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
|
Management functions. More...
Functions | |
HAL_StatusTypeDef | HAL_HCD_ResetPort (HCD_HandleTypeDef *hhcd) |
Reset the host port. | |
HAL_StatusTypeDef | HAL_HCD_Start (HCD_HandleTypeDef *hhcd) |
Start the host driver. | |
HAL_StatusTypeDef | HAL_HCD_Stop (HCD_HandleTypeDef *hhcd) |
Stop the host driver. | |
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 | ) |
#include <stm32f4xx_hal_hcd.h>
Reset the host port.
hhcd | HCD handle |
HAL | status |
Definition at line 1106 of file stm32f4xx_hal_hcd.c.
References HCD_HandleTypeDef::Instance.
HAL_StatusTypeDef HAL_HCD_Start | ( | HCD_HandleTypeDef * | hhcd | ) |
#include <stm32f4xx_hal_hcd.h>
Start the host driver.
hhcd | HCD handle |
HAL | status |
Definition at line 1073 of file stm32f4xx_hal_hcd.c.
References __HAL_HCD_ENABLE, __HAL_LOCK, __HAL_UNLOCK, HAL_OK, and HCD_HandleTypeDef::Instance.
HAL_StatusTypeDef HAL_HCD_Stop | ( | HCD_HandleTypeDef * | hhcd | ) |
#include <stm32f4xx_hal_hcd.h>
Stop the host driver.
hhcd | HCD handle |
HAL | status |
Definition at line 1092 of file stm32f4xx_hal_hcd.c.
References __HAL_LOCK, __HAL_UNLOCK, HAL_OK, and HCD_HandleTypeDef::Instance.