mikroSDK Reference Manual

Macros

#define STMPE811_INT_GPIO   ((uint8_t)( 1 << 7 ))
 
#define STMPE811_INT_ADC   ((uint8_t)( 1 << 6 ))
 
#define STMPE811_INT_TEMP_SENS   ((uint8_t)( 1 << 5 ))
 
#define STMPE811_INT_FIFO_EMPTY   ((uint8_t)( 1 << 4 ))
 
#define STMPE811_INT_FIFO_FULL   ((uint8_t)( 1 << 3 ))
 
#define STMPE811_INT_FIFO_OFLOW   ((uint8_t)( 1 << 2 ))
 
#define STMPE811_INT_FIFO_TH   ((uint8_t)( 1 << 1 ))
 
#define STMPE811_INT_TOUCH_DET   ((uint8_t)( 1 ))
 
#define STMPE811_INT_ALL   ((uint8_t)( 0xff ))