Microchip® Advanced Software Framework

rtouch_ads7843.h File Reference

Resistive touch service settings for the ADS7843 controller.

Copyright (c) 2011-2018 Microchip Technology Inc. and its subsidiaries.

#include "ads7843.h"

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...