Searched refs:TSC_tCounter_T (Results 1 – 6 of 6) sorted by relevance
69 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);
113 …TSC_tCounter_T CounterDebounce; /*!< Counter for debounce and calibration management …138 …TSC_tCounter_T CounterDebCalib; /*!< Debounce counter to enter in Calibration state */140 … TSC_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);
123 typedef uint8_t TSC_tCounter_T; /*!< Generic counter used for debounce */ typedef
206 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()
742 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()
191 void(*pFunc_SetStateCalibration)(TSC_tCounter_T delay) = 0; in TSC_Ecs_ProcessK()
Completed in 12 milliseconds