Home
last modified time | relevance | path

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

/bsp/apm32/libraries/APM32F0xx_Library/TSC_Device_Lib/src/
A Dtsc_linrot.c1827 uint16_t nowThreshold; in TSC_Linrot_Process_OneChannel_DeltaBelowEquMinus() local
1830 nowThreshold = threshold; in TSC_Linrot_Process_OneChannel_DeltaBelowEquMinus()
1876 uint16_t nowThreshold; in TSC_Linrot_Process_OneChannel_DeltaAboveEqu() local
1879 nowThreshold = threshold; in TSC_Linrot_Process_OneChannel_DeltaAboveEqu()
1897 if (normDelta >= nowThreshold) in TSC_Linrot_Process_OneChannel_DeltaAboveEqu()
1932 uint16_t nowThreshold; in TSC_Linrot_Process_OneChannel_DeltaAbove() local
1935 nowThreshold = threshold; in TSC_Linrot_Process_OneChannel_DeltaAbove()
1953 if (normDelta > nowThreshold) in TSC_Linrot_Process_OneChannel_DeltaAbove()
1988 uint16_t nowThreshold; in TSC_Linrot_Process_AllChannel_DeltaBelowEqu() local
1991 nowThreshold = threshold; in TSC_Linrot_Process_AllChannel_DeltaBelowEqu()
[all …]

Completed in 5 milliseconds