This is hardware specific configuration that configures the resistive touch service for use with the ADS7843 touch controller.
All the functionalities in this configuration are provided by the Resistive Touch - ADS7843 Controller driver.
Macros | |
#define | rtouch_disable_interrupt() ads7843_disable_interrupt() |
ADS7843 touch driver specific function, see ads7843_disable_interrupt. More... | |
#define | rtouch_enable_interrupt() ads7843_enable_interrupt() |
ADS7843 touch driver specific function, see ads7843_enable_interrupt. More... | |
#define | rtouch_get_raw_point(p_x, p_y) ads7843_get_raw_point(p_x, p_y) |
ADS7843 touch driver specific function, see ads7843_get_raw_point. More... | |
#define | rtouch_init_device() ads7843_init() |
ADS7843 touch driver specific function, see ads7843_init. More... | |
#define | rtouch_is_pressed() ads7843_is_pressed() |
ADS7843 touch driver specific function, see ads7843_is_pressed. More... | |
#define | rtouch_set_handler(p_handler) ads7843_set_handler(p_handler) |
ADS7843 touch driver specific function, see ads7843_set_handler. More... | |
#define rtouch_disable_interrupt | ( | ) | ads7843_disable_interrupt() |
ADS7843 touch driver specific function, see ads7843_disable_interrupt.
Referenced by rtouch_disable_pen_interrupt().
#define rtouch_enable_interrupt | ( | ) | ads7843_enable_interrupt() |
ADS7843 touch driver specific function, see ads7843_enable_interrupt.
Referenced by rtouch_enable_pen_interrupt().
#define rtouch_get_raw_point | ( | p_x, | |
p_y | |||
) | ads7843_get_raw_point(p_x, p_y) |
ADS7843 touch driver specific function, see ads7843_get_raw_point.
Referenced by rtouch_calibrate(), and rtouch_process().
#define rtouch_init_device | ( | ) | ads7843_init() |
ADS7843 touch driver specific function, see ads7843_init.
Referenced by rtouch_init().
#define rtouch_is_pressed | ( | ) | ads7843_is_pressed() |
ADS7843 touch driver specific function, see ads7843_is_pressed.
Referenced by gfx_task(), rtouch_pen_handler(), and rtouch_process().
#define rtouch_set_handler | ( | p_handler | ) | ads7843_set_handler(p_handler) |
ADS7843 touch driver specific function, see ads7843_set_handler.
Referenced by rtouch_enable_pen_interrupt().