STM32L486xx HAL User Manual
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

Return the TSC handle state.

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

Definition at line 972 of file stm32l4xx_hal_tsc.c.

References __HAL_TSC_GET_FLAG, assert_param, HAL_TSC_STATE_BUSY, HAL_TSC_STATE_ERROR, HAL_TSC_STATE_READY, __TSC_HandleTypeDef::Instance, __TSC_HandleTypeDef::State, TSC_FLAG_EOA, and TSC_FLAG_MCE.

Referenced by HAL_TSC_PollForAcquisition().