Definition at line 52 of file rtouch.c.
Data Fields | |
rtouch_calibration_matrix_t * | calibration_matrix |
Current calibration matrix. | |
rtouch_event_handler_t | event_handler |
Current event handler, NULL if no handler defined. | |
rtouch_event_t | last_event |
Last event. | |
int16_t | rawX |
Temporary raw sample values for X position. | |
int16_t | rawY |
Temporary raw sample values for Y position. | |
rtouch_state_t | state |
Current driver state. |
Current calibration matrix.
Definition at line 66 of file rtouch.c.
Referenced by rtouch_get_calibration_matrix(), rtouch_process_samples(), and rtouch_set_calibration_matrix().
Current event handler, NULL if no handler defined.
Definition at line 64 of file rtouch.c.
Referenced by rtouch_get_event_handler(), rtouch_init(), rtouch_process_samples(), rtouch_resample(), and rtouch_set_event_handler().
Last event.
Definition at line 57 of file rtouch.c.
Referenced by rtouch_enable(), rtouch_get_event(), rtouch_init(), rtouch_is_touched(), rtouch_process_samples(), and rtouch_resample().
int16_t rtouch_struct::rawX |
Temporary raw sample values for X position.
Definition at line 60 of file rtouch.c.
Referenced by rtouch_adc_int_handler(), rtouch_detect_int_handler(), rtouch_process_samples(), and rtouch_resample().
int16_t rtouch_struct::rawY |
Temporary raw sample values for Y position.
Definition at line 62 of file rtouch.c.
Referenced by rtouch_adc_int_handler(), rtouch_detect_int_handler(), rtouch_process_samples(), and rtouch_resample().
Current driver state.
Definition at line 55 of file rtouch.c.
Referenced by rtouch_adc_int_handler(), rtouch_detect_int_handler(), rtouch_disable(), rtouch_enable(), rtouch_init(), rtouch_process_samples(), and rtouch_resample().