STM32L443xx HAL User Manual
|
TSC init structure definition. More...
#include <stm32l4xx_hal_tsc.h>
Data Fields | |
uint32_t | CTPulseHighLength |
uint32_t | CTPulseLowLength |
FunctionalState | SpreadSpectrum |
uint32_t | SpreadSpectrumDeviation |
uint32_t | SpreadSpectrumPrescaler |
uint32_t | PulseGeneratorPrescaler |
uint32_t | MaxCountValue |
uint32_t | IODefaultMode |
uint32_t | SynchroPinPolarity |
uint32_t | AcquisitionMode |
FunctionalState | MaxCountInterrupt |
uint32_t | ChannelIOs |
uint32_t | ShieldIOs |
uint32_t | SamplingIOs |
TSC init structure definition.
Definition at line 67 of file stm32l4xx_hal_tsc.h.
uint32_t TSC_InitTypeDef::AcquisitionMode |
Acquisition mode This parameter can be a value of Acquisition Mode
Definition at line 87 of file stm32l4xx_hal_tsc.h.
Referenced by HAL_TSC_Init().
uint32_t TSC_InitTypeDef::ChannelIOs |
uint32_t TSC_InitTypeDef::CTPulseHighLength |
Charge-transfer high pulse length This parameter can be a value of CTPulse High Length
Definition at line 69 of file stm32l4xx_hal_tsc.h.
Referenced by HAL_TSC_Init().
uint32_t TSC_InitTypeDef::CTPulseLowLength |
Charge-transfer low pulse length This parameter can be a value of CTPulse Low Length
Definition at line 71 of file stm32l4xx_hal_tsc.h.
Referenced by HAL_TSC_Init().
uint32_t TSC_InitTypeDef::IODefaultMode |
IO default mode This parameter can be a value of IO Default Mode
Definition at line 83 of file stm32l4xx_hal_tsc.h.
Referenced by HAL_TSC_Init(), HAL_TSC_Start(), and HAL_TSC_Start_IT().
FunctionalState TSC_InitTypeDef::MaxCountInterrupt |
Max count interrupt activation This parameter can be set to ENABLE or DISABLE.
Definition at line 89 of file stm32l4xx_hal_tsc.h.
Referenced by HAL_TSC_Init(), and HAL_TSC_Start_IT().
uint32_t TSC_InitTypeDef::MaxCountValue |
Max count value This parameter can be a value of Max Count Value
Definition at line 81 of file stm32l4xx_hal_tsc.h.
Referenced by HAL_TSC_Init().
Pulse generator prescaler This parameter can be a value of Pulse Generator Prescaler
Definition at line 79 of file stm32l4xx_hal_tsc.h.
Referenced by HAL_TSC_Init().
uint32_t TSC_InitTypeDef::SamplingIOs |
uint32_t TSC_InitTypeDef::ShieldIOs |
FunctionalState TSC_InitTypeDef::SpreadSpectrum |
Spread spectrum activation This parameter can be set to ENABLE or DISABLE.
Definition at line 73 of file stm32l4xx_hal_tsc.h.
Referenced by HAL_TSC_Init().
Spread spectrum deviation This parameter must be a number between Min_Data = 0 and Max_Data = 127
Definition at line 75 of file stm32l4xx_hal_tsc.h.
Referenced by HAL_TSC_Init().
Spread spectrum prescaler This parameter can be a value of Spread Spectrum Prescaler
Definition at line 77 of file stm32l4xx_hal_tsc.h.
Referenced by HAL_TSC_Init().
uint32_t TSC_InitTypeDef::SynchroPinPolarity |
Synchro pin polarity This parameter can be a value of Synchro Pin Polarity
Definition at line 85 of file stm32l4xx_hal_tsc.h.
Referenced by HAL_TSC_Init().