STM32L486xx HAL User Manual
Data Fields
__TSC_HandleTypeDef Struct Reference

TSC handle Structure definition. More...

#include <stm32l4xx_hal_tsc.h>

Data Fields

TSC_TypeDef * Instance
TSC_InitTypeDef Init
__IO HAL_TSC_StateTypeDef State
HAL_LockTypeDef Lock
__IO uint32_t ErrorCode
void(* ConvCpltCallback )(struct __TSC_HandleTypeDef *htsc)
void(* ErrorCallback )(struct __TSC_HandleTypeDef *htsc)
void(* MspInitCallback )(struct __TSC_HandleTypeDef *htsc)
void(* MspDeInitCallback )(struct __TSC_HandleTypeDef *htsc)

Detailed Description

TSC handle Structure definition.

Definition at line 125 of file stm32l4xx_hal_tsc.h.


Field Documentation

TSC Conversion complete callback

Definition at line 134 of file stm32l4xx_hal_tsc.h.

Referenced by HAL_TSC_Init(), HAL_TSC_IRQHandler(), HAL_TSC_RegisterCallback(), and HAL_TSC_UnRegisterCallback().

TSC Error callback

Definition at line 135 of file stm32l4xx_hal_tsc.h.

Referenced by HAL_TSC_Init(), HAL_TSC_IRQHandler(), HAL_TSC_RegisterCallback(), and HAL_TSC_UnRegisterCallback().

I2C Error code

Definition at line 131 of file stm32l4xx_hal_tsc.h.

Referenced by HAL_TSC_RegisterCallback(), and HAL_TSC_UnRegisterCallback().

Initialization parameters

Definition at line 128 of file stm32l4xx_hal_tsc.h.

Referenced by HAL_TSC_Init(), HAL_TSC_Start(), and HAL_TSC_Start_IT().

HAL_LockTypeDef __TSC_HandleTypeDef::Lock

Lock feature

Definition at line 130 of file stm32l4xx_hal_tsc.h.

Referenced by HAL_TSC_Init().

TSC Msp DeInit callback

Definition at line 138 of file stm32l4xx_hal_tsc.h.

Referenced by HAL_TSC_DeInit(), HAL_TSC_RegisterCallback(), and HAL_TSC_UnRegisterCallback().

TSC Msp Init callback

Definition at line 137 of file stm32l4xx_hal_tsc.h.

Referenced by HAL_TSC_Init(), HAL_TSC_RegisterCallback(), and HAL_TSC_UnRegisterCallback().


The documentation for this struct was generated from the following file: