TUKS MCU Introductory course / TUKS-COURSE-THERMOMETER

Fork of TUKS-COURSE-TIMER by TUKS MCU Introductory course

Embed: (wiki syntax)

« Back to documentation index

Peripheral Control functions

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:
HALstatus

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:
HALstatus

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:
HALstatus

Definition at line 702 of file stm32l4xx_hal_hcd.c.