STM32L443xx HAL User Manual
|
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) |
TSC handle Structure definition.
Definition at line 110 of file stm32l4xx_hal_tsc.h.
void(* __TSC_HandleTypeDef::ConvCpltCallback)(struct __TSC_HandleTypeDef *htsc) |
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().
void(* __TSC_HandleTypeDef::ErrorCallback)(struct __TSC_HandleTypeDef *htsc) |
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().
__IO uint32_t __TSC_HandleTypeDef::ErrorCode |
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().
TSC_TypeDef* __TSC_HandleTypeDef::Instance |
Register base address
Definition at line 115 of file stm32l4xx_hal_tsc.h.
Referenced by HAL_TSC_DeInit(), HAL_TSC_GetState(), HAL_TSC_GroupGetStatus(), HAL_TSC_GroupGetValue(), HAL_TSC_Init(), HAL_TSC_IOConfig(), HAL_TSC_IODischarge(), HAL_TSC_IRQHandler(), HAL_TSC_PollForAcquisition(), HAL_TSC_Start(), HAL_TSC_Start_IT(), HAL_TSC_Stop(), and HAL_TSC_Stop_IT().
HAL_LockTypeDef __TSC_HandleTypeDef::Lock |
void(* __TSC_HandleTypeDef::MspDeInitCallback)(struct __TSC_HandleTypeDef *htsc) |
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().
void(* __TSC_HandleTypeDef::MspInitCallback)(struct __TSC_HandleTypeDef *htsc) |
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().
Peripheral state
Definition at line 117 of file stm32l4xx_hal_tsc.h.
Referenced by HAL_TSC_DeInit(), HAL_TSC_GetState(), HAL_TSC_Init(), HAL_TSC_IRQHandler(), HAL_TSC_RegisterCallback(), HAL_TSC_Start(), HAL_TSC_Start_IT(), HAL_TSC_Stop(), HAL_TSC_Stop_IT(), and HAL_TSC_UnRegisterCallback().