Home
last modified time | relevance | path

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

/bsp/apm32/libraries/APM32F0xx_Library/TSC_Device_Lib/inc/
A Dtsc_acq.h111 typedef uint16_t TSC_tMeas_T; /*!< Measurement */ typedef
146 typedef TSC_tMeas_T(* TSC_pMeasFilter_T)(TSC_tMeas_T, TSC_tMeas_T);
189 TSC_tMeas_T Meas; /*!< Hold the last acquisition measure */
232 TSC_BOOL_T TSC_Acq_TestFirstReference(TSC_Channel_Data_T* pCh, TSC_tMeas_T newMeas);
236 TSC_tMeas_T TSC_Acq_ReadMeasurVal(TSC_tIndexSrc_T index);
237 TSC_tDelta_T TSC_Acq_ComputeDelta(TSC_tRefer_T refVal, TSC_tMeas_T measVal);
238 TSC_tMeas_T TSC_Acq_ComputeMeas(TSC_tRefer_T refVal, TSC_tDelta_T deltaVal);
A Dtsc_filter.h79 TSC_tMeas_T TSC_Filt_MeasFilter(TSC_tMeas_T preMeasn, TSC_tMeas_T curMeasn);
A Dtsc.h96 TSC_tMeas_T AcqMin; /*!< Acquisition minimum limit */
97 TSC_tMeas_T AcqMax; /*!< Acquisition maximum limit */
/bsp/apm32/libraries/APM32F0xx_Library/TSC_Device_Lib/src/
A Dtsc_filter.c74 TSC_tMeas_T TSC_Filt_MeasFilter(TSC_tMeas_T preMeasn, TSC_tMeas_T curMeasn) in TSC_Filt_MeasFilter()
76 TSC_tMeas_T value; in TSC_Filt_MeasFilter()
78 value = (TSC_tMeas_T)(curMeasn << ACQ_FILTER_RANGE); in TSC_Filt_MeasFilter()
A Dtsc_acq.c1103 TSC_tMeas_T TSC_Acq_ReadMeasurVal(TSC_tIndex_T index)
1105 return ((TSC_tMeas_T)(TSC->IOGxCNT[index].IOGCNT));
1117 TSC_tDelta_T TSC_Acq_ComputeDelta(TSC_tRefer_T refVal, TSC_tMeas_T measVal)
1131 TSC_tMeas_T TSC_Acq_ComputeMeas(TSC_tRefer_T refVal, TSC_tDelta_T deltaVal)
1133 return ((TSC_tMeas_T)(refVal - deltaVal));
1181 TSC_BOOL_T TSC_Acq_TestFirstReference(TSC_Channel_Data_T * pCh, TSC_tMeas_T newMeas)
1221 TSC_tMeas_T oldMeas, newMeas;
1316 TSC_tMeas_T newMeas;
A Dtsc_touchkey.c551 TSC_tMeas_T newMeas; in TSC_TouchKey_ProcessCalibrationState()
A Dtsc_linrot.c1088 TSC_tMeas_T newMeas; in TSC_Linrot_ProcessCalibrationState()

Completed in 25 milliseconds