Home
last modified time | relevance | path

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

/bsp/apm32/libraries/APM32F0xx_Library/TSC_Device_Lib/inc/
A Dtsc_touchkey.h69 TSC_tCounter_T CounterDebounce; /*!< Counter for debounce and calibration management */
88 TSC_tCounter_T CounterDebCalib; /*!< Debounce counter to enter in Calibration state */
90 TSC_tCounter_T CounterDebProx; /*!< Debounce counter to enter in Proximity state */
92 TSC_tCounter_T CounterDebDetect; /*!< Debounce counter to enter in Detect state */
93 TSC_tCounter_T CounterDebRelease; /*!< Debounce counter to enter in Release state */
94 TSC_tCounter_T CounterDebError; /*!< Debounce counter to enter in Error state */
134 void TSC_TouchKey_ConfigCalibrationState(TSC_tCounter_T delay);
A Dtsc_linrot.h113TSC_tCounter_T CounterDebounce; /*!< Counter for debounce and calibration management …
138TSC_tCounter_T CounterDebCalib; /*!< Debounce counter to enter in Calibration state */
140TSC_tCounter_T CounterDebProx; /*!< Debounce counter to enter in Proximity state */
142 TSC_tCounter_T CounterDebDetect; /*!< Debounce counter to enter in Detect state */
143 TSC_tCounter_T CounterDebRelease; /*!< Debounce counter to enter in Release state */
144 TSC_tCounter_T CounterDebError; /*!< Debounce counter to enter in Error state */
145 TSC_tCounter_T CounterDebDirection; /*!< Debounce counter for the direction change */
148 TSC_tCounter_T Resolution; /*!< Position resolution */
228 void TSC_Linrot_ConfigCalibrationState(TSC_tCounter_T delay);
A Dtsc_acq.h123 typedef uint8_t TSC_tCounter_T; /*!< Generic counter used for debounce */ typedef
/bsp/apm32/libraries/APM32F0xx_Library/TSC_Device_Lib/src/
A Dtsc_touchkey.c206 void TSC_TouchKey_ConfigCalibrationState(TSC_tCounter_T delay) in TSC_TouchKey_ConfigCalibrationState()
227 FOR_COUNTER_DEB = (TSC_tCounter_T)(delay + (TSC_tCounter_T)TSC_Params.NumCalibSample); in TSC_TouchKey_ConfigCalibrationState()
555 if (FOR_COUNTER_DEB > (TSC_tCounter_T)TSC_Params.NumCalibSample) in TSC_TouchKey_ProcessCalibrationState()
584 if (FOR_COUNTER_DEB != (TSC_tCounter_T)TSC_Params.NumCalibSample) in TSC_TouchKey_ProcessCalibrationState()
1124 FOR_COUNTER_DTO = (TSC_tCounter_T)TSC_Globals.Tick_sec; in TSC_TouchKey_DTOGetTime()
A Dtsc_linrot.c742 void TSC_Linrot_ConfigCalibrationState(TSC_tCounter_T delay) in TSC_Linrot_ConfigCalibrationState()
764 FOR_COUNTER_DEB = (TSC_tCounter_T)(delay + (TSC_tCounter_T)TSC_Params.NumCalibSample); in TSC_Linrot_ConfigCalibrationState()
1094 if (FOR_COUNTER_DEB > (TSC_tCounter_T)TSC_Params.NumCalibSample) in TSC_Linrot_ProcessCalibrationState()
1116 if (FOR_COUNTER_DEB != (TSC_tCounter_T)TSC_Params.NumCalibSample) in TSC_Linrot_ProcessCalibrationState()
1717 FOR_COUNTER_DTO = (TSC_tCounter_T)TSC_Globals.Tick_sec; in TSC_Linrot_ReadTimeForDTO()
A Dtsc_ecs.c191 void(*pFunc_SetStateCalibration)(TSC_tCounter_T delay) = 0; in TSC_Ecs_ProcessK()

Completed in 12 milliseconds