Home
last modified time | relevance | path

Searched refs:FOR_PROXOUT_TH (Results 1 – 2 of 2) sorted by relevance

/bsp/apm32/libraries/APM32F0xx_Library/TSC_Device_Lib/src/
A Dtsc_touchkey.c60 #define FOR_PROXOUT_TH TSC_Globals.For_Key->p_Param->ProxOutTh macro
136 FOR_PROXOUT_TH = TOUCH_KEY_PROX_OUT_TH; in TSC_TouchKey_Config()
328 if (FOR_DELTA <= FOR_PROXOUT_TH) in TSC_TouchKey_ProcessDebReleaseProxState()
366 if (FOR_DELTA > FOR_PROXOUT_TH) in TSC_TouchKey_ProcessDebReleaseDetectState()
409 if (FOR_DELTA > FOR_PROXOUT_TH) in TSC_TouchKey_ProcessDebReleaseTouchState()
700 if (FOR_DELTA <= FOR_PROXOUT_TH) in TSC_TouchKey_ProcessDebProxDetectState()
752 if (FOR_DELTA <= FOR_PROXOUT_TH) in TSC_TouchKey_ProcessDebProxTouchState()
809 if (FOR_DELTA <= FOR_PROXOUT_TH) in TSC_TouchKey_ProcessProxState()
960 if (FOR_DELTA > FOR_PROXOUT_TH) in TSC_TouchKey_ProcessDetectState()
1035 if (FOR_DELTA > FOR_PROXOUT_TH) in TSC_TouchKey_ProcessTouchState()
A Dtsc_linrot.c58 #define FOR_PROXOUT_TH TSC_Globals.For_LinRot->p_Param->ProxOutTh macro
376 FOR_PROXOUT_TH = TOUCH_LINROT_PROX_OUT_TH; in TSC_Linrot_Config()
870 if (TSC_Linrot_Process_OneChannel_DeltaAbove(FOR_PROXOUT_TH, 0)) in TSC_Linrot_ProcessDebReleaseProxState()
908 if (TSC_Linrot_Process_OneChannel_DeltaAbove(FOR_PROXOUT_TH, 0) == TSC_STATUS_OK) in TSC_Linrot_ProcessDebReleaseDetectState()
949 if (TSC_Linrot_Process_OneChannel_DeltaAbove(FOR_PROXOUT_TH, 0) == TSC_STATUS_OK) in TSC_Linrot_ProcessDebReleaseTouchState()
1245 if (TSC_Linrot_Process_OneChannel_DeltaAbove(FOR_PROXOUT_TH, 0)) in TSC_Linrot_ProcessDebProxDetectState()
1295 if (TSC_Linrot_Process_OneChannel_DeltaAbove(FOR_PROXOUT_TH, 0)) in TSC_Linrot_ProcessDebProxTouchState()
1358 if (TSC_Linrot_Process_AllChannel_DeltaBelowEqu(FOR_PROXOUT_TH, 0) == TSC_STATUS_OK) in TSC_Linrot_ProcessProxState()
1513 if (TSC_Linrot_Process_OneChannel_DeltaAbove(FOR_PROXOUT_TH, 0) == TSC_STATUS_OK) in TSC_Linrot_ProcessDetectState()
1611 if (TSC_Linrot_Process_OneChannel_DeltaAbove(FOR_PROXOUT_TH, 0) == TSC_STATUS_OK) in TSC_Linrot_ProcessTouchState()

Completed in 8 milliseconds