EFM32 Happy Gecko Software Documentation
efm32hg-doc-5.1.2
|
#include <touch.h>
Data Fields | |
uint32_t | frequency |
uint8_t | ignore |
ADC_OvsRateSel_TypeDef | oversampling |
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().