Logo
TIDM-CAPTIVATE-64-BUTTON Example Applications Guide  v1.00.00.00
Wake_On_Touch_UserConfig

Macros

#define CAPT_SENSOR_COUNT   (1)
 
#define CAPT_INTERFACE   (__CAPT_NO_INTERFACE__)
 
#define CAPT_CONDUCTED_NOISE_IMMUNITY_ENABLE   (false)
 
#define CAPT_WAKEONPROX_ENABLE   (true)
 
#define CAPT_WAKEONPROX_SENSOR   (keypad64Btn_wot)
 
#define CAPT_SELF_FREQ_CNT   (1)
 
#define CAPT_MUTUAL_FREQ_CNT   (1)
 
#define CAPT_MS_TO_CYCLES(ms)    (ms << 5)
 

Variables

tSensor keypad64Btn_active
 
tSensor keypad64Btn_wot
 
tSensor * g_pCaptivateSensorArray [CAPT_SENSOR_COUNT]
 
const tEMCConfig g_EMCConfig
 
tCaptivateApplication g_uiApp
 

Detailed Description

The Captivate touch library UserConfig component defines the architecture of the capacitive touch panel that is being implemented.

Version
1.01.01.00 Released on Thu, Oct 15, 2015 12:27:24 AM

Variable Documentation

const tEMCConfig g_EMCConfig

This structure stores the EMC configuration for this application.

tSensor* g_pCaptivateSensorArray[CAPT_SENSOR_COUNT]

This array allows for indexed access to any sensor in the configuration.

tCaptivateApplication g_uiApp

This structure stores the global settings for this application.