L4 HAL Drivers

Embed: (wiki syntax)

« Back to documentation index

Peripheral State and Errors functions

Peripheral State and Errors functions
[Exported Functions]

Peripheral State and Errors functions. More...

Functions

HAL_TSC_StateTypeDef HAL_TSC_GetState (TSC_HandleTypeDef *htsc)
 Return the TSC handle state.

Detailed Description

Peripheral State and Errors functions.

 ===============================================================================
            ##### State and Errors functions #####
 ===============================================================================  
    [..]
    This subsection provides functions allowing to
      (+) Get TSC state.
         

Function Documentation

HAL_TSC_StateTypeDef HAL_TSC_GetState ( TSC_HandleTypeDef *  htsc )

Return the TSC handle state.

Parameters:
htsc,:pointer to a TSC_HandleTypeDef structure that contains the configuration information for the specified TSC.
Return values:
HALstate

Definition at line 691 of file stm32l4xx_hal_tsc.c.