Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of TUKS-COURSE-TIMER by
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:
-
hhcd,: HCD handle
- Return values:
-
HAL status
Definition at line 715 of file stm32l4xx_hal_hcd.c.
HAL_StatusTypeDef HAL_HCD_Start | ( | HCD_HandleTypeDef * | hhcd ) |
Start the Host driver.
- Parameters:
-
hhcd,: HCD handle
- Return values:
-
HAL status
Definition at line 687 of file stm32l4xx_hal_hcd.c.
HAL_StatusTypeDef HAL_HCD_Stop | ( | HCD_HandleTypeDef * | hhcd ) |
Stop the Host driver.
- Parameters:
-
hhcd,: HCD handle
- Return values:
-
HAL status
Definition at line 702 of file stm32l4xx_hal_hcd.c.
Generated on Tue Jul 12 2022 17:38:53 by
