STM32L443xx HAL User Manual
|
TSC IOs configuration structure definition. More...
#include <stm32l4xx_hal_tsc.h>
Data Fields | |
uint32_t | ChannelIOs |
uint32_t | ShieldIOs |
uint32_t | SamplingIOs |
TSC IOs configuration structure definition.
Definition at line 99 of file stm32l4xx_hal_tsc.h.
uint32_t TSC_IOConfigTypeDef::ChannelIOs |
Channel IOs mask
Definition at line 101 of file stm32l4xx_hal_tsc.h.
Referenced by HAL_TSC_IOConfig().
uint32_t TSC_IOConfigTypeDef::SamplingIOs |
Sampling IOs mask
Definition at line 103 of file stm32l4xx_hal_tsc.h.
Referenced by HAL_TSC_IOConfig().
uint32_t TSC_IOConfigTypeDef::ShieldIOs |
Shield IOs mask
Definition at line 102 of file stm32l4xx_hal_tsc.h.
Referenced by HAL_TSC_IOConfig().