TOUCH_Config_TypeDef Struct Reference
[Touch]

Touch configuration structure. More...

#include <touch.h>

Collaboration diagram for TOUCH_Config_TypeDef:
Collaboration graph
[legend]

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.

Detailed Description

Touch configuration structure.

Definition at line 74 of file touch.h.


Field Documentation

ADC frequency, min 32kHz, max 13MHz, typical 500kHz.

Definition at line 75 of file touch.h.

Referenced by TOUCH_Init().

Ignore move if it has not at least defined pixels.

Definition at line 76 of file touch.h.

Referenced by TOUCH_Init().

ADC_OvsRateSel_TypeDef TOUCH_Config_TypeDef::oversampling

ADC oversampling used during touch reading.

Definition at line 77 of file touch.h.

Referenced by TOUCH_Init().


The documentation for this struct was generated from the following file: