mikroSDK Reference Manual

Macros

#define STMPE811_TSC_CFG_SETTLING_10us   ((uint8_t)( 0 ))
 
#define STMPE811_TSC_CFG_SETTLING_100us   ((uint8_t)( 1 ))
 
#define STMPE811_TSC_CFG_SETTLING_500us   ((uint8_t)( 2 ))
 
#define STMPE811_TSC_CFG_SETTLING_1ms   ((uint8_t)( 3 ))
 
#define STMPE811_TSC_CFG_SETTLING_5ms   ((uint8_t)( 4 ))
 
#define STMPE811_TSC_CFG_SETTLING_10ms   ((uint8_t)( 5 ))
 
#define STMPE811_TSC_CFG_SETTLING_50ms   ((uint8_t)( 6 ))
 
#define STMPE811_TSC_CFG_SETTLING_100ms   ((uint8_t)( 7 ))
 
#define STMPE811_TSC_CFG_TOUCH_DET_DELAY_10us   ((uint8_t)( 0 ))
 
#define STMPE811_TSC_CFG_TOUCH_DET_DELAY_100us   ((uint8_t)( 1 << 3 ))
 
#define STMPE811_TSC_CFG_TOUCH_DET_DELAY_500us   ((uint8_t)( 2 << 3 ))
 
#define STMPE811_TSC_CFG_TOUCH_DET_DELAY_1ms   ((uint8_t)( 3 << 3 ))
 
#define STMPE811_TSC_CFG_TOUCH_DET_DELAY_5ms   ((uint8_t)( 4 << 3 ))
 
#define STMPE811_TSC_CFG_TOUCH_DET_DELAY_10ms   ((uint8_t)( 5 << 3 ))
 
#define STMPE811_TSC_CFG_TOUCH_DET_DELAY_50ms   ((uint8_t)( 6 << 3 ))
 
#define STMPE811_TSC_CFG_TOUCH_DET_DELAY_100ms   ((uint8_t)( 7 << 3 ))
 
#define STMPE811_TSC_CFG_AVE_CTRL_1_SAMPLE   ((uint8_t)( 0 ))
 
#define STMPE811_TSC_CFG_AVE_CTRL_2_SAMPLES   ((uint8_t)( 1 << 6 ))
 
#define STMPE811_TSC_CFG_AVE_CTRL_4_SAMPLES   ((uint8_t)( 2 << 6 ))
 
#define STMPE811_TSC_CFG_AVE_CTRL_8_SAMPLES   ((uint8_t)( 3 << 6 ))