STM32L443xx 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 110 of file stm32l4xx_hal_tsc.h.


Field Documentation

TSC Conversion complete callback

Definition at line 122 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 123 of file stm32l4xx_hal_tsc.h.

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

TSC Error code

Definition at line 119 of file stm32l4xx_hal_tsc.h.

Referenced by HAL_TSC_RegisterCallback(), and HAL_TSC_UnRegisterCallback().

Initialization parameters

Definition at line 116 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 118 of file stm32l4xx_hal_tsc.h.

Referenced by HAL_TSC_Init().

TSC Msp DeInit callback

Definition at line 126 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 125 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: