Home
last modified time | relevance | path

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

/bsp/apm32/libraries/APM32F0xx_Library/TSC_Device_Lib/src/
A Dtsc_touchkey.c791 TSC_tTick_sec_T tick_detected; in TSC_TouchKey_ProcessProxState() local
845 tick_detected = FOR_COUNTER_DTO; in TSC_TouchKey_ProcessProxState()
847 if (TSC_Time_Delay_sec(TSC_Params.DTO, &tick_detected) == TSC_STATUS_OK) in TSC_TouchKey_ProcessProxState()
923 TSC_tTick_sec_T tick_detected; in TSC_TouchKey_ProcessDetectState() local
948 tick_detected = FOR_COUNTER_DTO; in TSC_TouchKey_ProcessDetectState()
950 if (TSC_Time_Delay_sec(TSC_Params.DTO, &tick_detected) == TSC_STATUS_OK) in TSC_TouchKey_ProcessDetectState()
998 TSC_tTick_sec_T tick_detected; in TSC_TouchKey_ProcessTouchState() local
1023 tick_detected = FOR_COUNTER_DTO; in TSC_TouchKey_ProcessTouchState()
1025 if (TSC_Time_Delay_sec(TSC_Params.DTO, &tick_detected) == TSC_STATUS_OK) in TSC_TouchKey_ProcessTouchState()
A Dtsc_linrot.c1338 TSC_tTick_sec_T tick_detected; in TSC_Linrot_ProcessProxState() local
1377 tick_detected = FOR_COUNTER_DTO; in TSC_Linrot_ProcessProxState()
1379 if (TSC_Time_Delay_sec(TSC_Params.DTO, &tick_detected) == TSC_STATUS_OK) in TSC_Linrot_ProcessProxState()
1466 TSC_tTick_sec_T tick_detected; in TSC_Linrot_ProcessDetectState() local
1496 tick_detected = FOR_COUNTER_DTO; in TSC_Linrot_ProcessDetectState()
1498 if (TSC_Time_Delay_sec(TSC_Params.DTO, &tick_detected) == TSC_STATUS_OK) in TSC_Linrot_ProcessDetectState()
1564 TSC_tTick_sec_T tick_detected; in TSC_Linrot_ProcessTouchState() local
1594 tick_detected = FOR_COUNTER_DTO; in TSC_Linrot_ProcessTouchState()
1596 if (TSC_Time_Delay_sec(TSC_Params.DTO, &tick_detected) == TSC_STATUS_OK) in TSC_Linrot_ProcessTouchState()

Completed in 6 milliseconds