Home
last modified time | relevance | path

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

/bsp/apm32/libraries/APM32F0xx_Library/TSC_Device_Lib/src/
A Dtsc_touchkey.c59 #define FOR_PROXIN_TH TSC_Globals.For_Key->p_Param->ProxInTh macro
135 FOR_PROXIN_TH = TOUCH_KEY_PROX_IN_TH; in TSC_TouchKey_Config()
473 if (FOR_DELTA >= FOR_PROXIN_TH) in TSC_TouchKey_ProcessReleaseState()
656 if (FOR_DELTA < FOR_PROXIN_TH) in TSC_TouchKey_ProcessDebProxState()
876 if (FOR_DELTA < FOR_PROXIN_TH) in TSC_TouchKey_ProcessDebDetectState()
A Dtsc_linrot.c57 #define FOR_PROXIN_TH TSC_Globals.For_LinRot->p_Param->ProxInTh macro
375 FOR_PROXIN_TH = TOUCH_LINROT_PROX_IN_TH; in TSC_Linrot_Config()
1002 if (TSC_Linrot_Process_OneChannel_DeltaAboveEqu(FOR_PROXIN_TH, 0) == TSC_STATUS_OK) in TSC_Linrot_ProcessReleaseState()
1202 if (TSC_Linrot_Process_OneChannel_DeltaAboveEqu(FOR_PROXIN_TH, 0)) in TSC_Linrot_ProcessDebProxState()
1415 if (TSC_Linrot_Process_OneChannel_DeltaAboveEqu(FOR_PROXIN_TH, 0)) in TSC_Linrot_ProcessDebDetectState()

Completed in 10 milliseconds