Touch configuration structure. More...
#include <touch.h>
Data Fields | |
uint32_t | frequency |
ADC frequency, min 32kHz, max 13MHz, typical 500kHz. | |
uint8_t | ignore |
Ignore move if it has not at least defined pixels. | |
ADC_OvsRateSel_TypeDef | oversampling |
ADC oversampling used during touch reading. |
Touch configuration structure.
Definition at line 56 of file touch.h.
uint32_t TOUCH_Config_TypeDef::frequency |
ADC frequency, min 32kHz, max 13MHz, typical 500kHz.
Definition at line 57 of file touch.h.
Referenced by TOUCH_Init().
uint8_t TOUCH_Config_TypeDef::ignore |
Ignore move if it has not at least defined pixels.
Definition at line 58 of file touch.h.
Referenced by TOUCH_Init().
ADC_OvsRateSel_TypeDef TOUCH_Config_TypeDef::oversampling |
ADC oversampling used during touch reading.
Definition at line 59 of file touch.h.
Referenced by TOUCH_Init().