Home
last modified time | relevance | path

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

/bsp/apm32/libraries/APM32F0xx_Library/TSC_Device_Lib/inc/
A Dtsc_linrot.h130 TSC_tThreshold_T ProxInTh; /*!< Proximity state in threshold */
131 TSC_tThreshold_T ProxOutTh; /*!< Proximity state out threshold */
133 TSC_tThreshold_T DetectInTh; /*!< Detection state in threshold */
134 TSC_tThreshold_T DetectOutTh; /*!< Detection state out threshold */
135 TSC_tThreshold_T CalibTh; /*!< Calibration state threshold */
258 TSC_STATUS_T TSC_Linrot_Process_OneChannel_DeltaBelowEquMinus(TSC_tThreshold_T threshold, TSC_tInde…
259 TSC_STATUS_T TSC_Linrot_Process_OneChannel_DeltaAboveEqu(TSC_tThreshold_T threshold, TSC_tIndex_T C…
260 TSC_STATUS_T TSC_Linrot_Process_OneChannel_DeltaAbove(TSC_tThreshold_T threshold, TSC_tIndex_T Cmd);
261 TSC_STATUS_T TSC_Linrot_Process_AllChannel_DeltaBelowEqu(TSC_tThreshold_T threshold, TSC_tIndex_T C…
A Dtsc_touchkey.h82 TSC_tThreshold_T ProxInTh; /*!< Proximity in threshold */
83 TSC_tThreshold_T ProxOutTh; /*!< Proximity out threshold */
85 TSC_tThreshold_T DetectInTh; /*!< Detection in threshold */
86 TSC_tThreshold_T DetectOutTh; /*!< Detection out threshold */
87 TSC_tThreshold_T CalibTh; /*!< Calibration threshold */
A Dtsc_acq.h125 typedef uint8_t TSC_tThreshold_T; /*!< Delta threshold */ typedef
/bsp/apm32/libraries/APM32F0xx_Library/TSC_Device_Lib/src/
A Dtsc_linrot.c536 if (delta2 < ((TSC_tThreshold_T)(FOR_DETECTOUT_TH >> 1) - 1)) in TSC_Linrot_CalcPos()
1820 TSC_STATUS_T TSC_Linrot_Process_OneChannel_DeltaBelowEquMinus(TSC_tThreshold_T threshold, TSC_tInde… in TSC_Linrot_Process_OneChannel_DeltaBelowEquMinus()
1869 TSC_STATUS_T TSC_Linrot_Process_OneChannel_DeltaAboveEqu(TSC_tThreshold_T threshold, TSC_tIndex_T C… in TSC_Linrot_Process_OneChannel_DeltaAboveEqu()
1925 TSC_STATUS_T TSC_Linrot_Process_OneChannel_DeltaAbove(TSC_tThreshold_T threshold, TSC_tIndex_T Cmd) in TSC_Linrot_Process_OneChannel_DeltaAbove()
1981 TSC_STATUS_T TSC_Linrot_Process_AllChannel_DeltaBelowEqu(TSC_tThreshold_T threshold, TSC_tIndex_T C… in TSC_Linrot_Process_AllChannel_DeltaBelowEqu()

Completed in 13 milliseconds