mikroSDK Reference Manual

Macros

#define STMPE811_FIFO_STA_START   ((uint8_t)( 0 ))
 
#define STMPE811_FIFO_STA_RESET   ((uint8_t)( 1 ))
 
#define STMPE811_FIFO_TH_TRIG_BIT   ((uint8_t)( 1 << 4 ))
 
#define STMPE811_FIFO_EMPTY_BIT   ((uint8_t)( 1 << 5 ))
 
#define STMPE811_FIFO_FULL_BIT   ((uint8_t)( 1 << 6 ))
 
#define STMPE811_FIFO_OFLOW_BIT   ((uint8_t)( 1 << 7 ))