touch_point Struct Reference
[General touch driver]

Panel coordinate and measurement data of a single touch. More...

#include <touch.h>

Data Fields

int16_t panel_x
 Calibrated panel X coordinate.
int16_t panel_y
 Calibrated panel Y coordinate.
uint16_t raw_x
 Raw X sample value.
uint16_t raw_y
 Raw Y sample value.

Detailed Description

Panel coordinate and measurement data of a single touch.

Definition at line 168 of file touch.h.


Field Documentation

Calibrated panel X coordinate.

Definition at line 169 of file touch.h.

Referenced by touch_priv_process_samples().

Calibrated panel Y coordinate.

Definition at line 170 of file touch.h.

Referenced by touch_priv_process_samples().

Raw X sample value.

Definition at line 171 of file touch.h.

Referenced by touch_calibrate_task_handler(), and touch_priv_process_samples().

Raw Y sample value.

Definition at line 172 of file touch.h.

Referenced by touch_calibrate_task_handler(), and touch_priv_process_samples().


The documentation for this struct was generated from the following file:
Generated on Thu Apr 29 15:18:25 2010 for display-training by  doxygen 1.6.3