Home
last modified time | relevance | path

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

/bsp/apm32/libraries/APM32F0xx_Library/TSC_Device_Lib/src/
A Dtsc_touchkey.c82 #define TEST_DELTA(OPER,TH) (FOR_DELTA OPER TH) macro
363 if TEST_DELTA( <=, FOR_DETECTOUT_TH) in TSC_TouchKey_ProcessDebReleaseDetectState()
406 if TEST_DELTA( <=, FOR_DETECTOUT_TH) in TSC_TouchKey_ProcessDebReleaseTouchState()
456 if TEST_DELTA( >=, FOR_DETECTIN_TH) in TSC_TouchKey_ProcessReleaseState()
640 if TEST_DELTA( >=, FOR_DETECTIN_TH) in TSC_TouchKey_ProcessDebProxState()
693 if TEST_DELTA( >, FOR_DETECTOUT_TH) in TSC_TouchKey_ProcessDebProxDetectState()
745 if TEST_DELTA( >, FOR_DETECTOUT_TH) in TSC_TouchKey_ProcessDebProxTouchState()
823 if TEST_DELTA( >=, FOR_DETECTIN_TH) in TSC_TouchKey_ProcessProxState()
873 if TEST_DELTA( <, FOR_DETECTIN_TH) in TSC_TouchKey_ProcessDebDetectState()
940 if TEST_DELTA( >, FOR_DETECTOUT_TH) in TSC_TouchKey_ProcessDetectState()
[all …]

Completed in 7 milliseconds