Searched refs:TSC_tIndex_T (Results 1 – 9 of 9) sorted by relevance
| /bsp/apm32/libraries/APM32F0xx_Library/TSC_Device_Lib/inc/ |
| A D | tsc_acq.h | 121 typedef uint8_t TSC_tIndex_T; /*!< Generic index */ typedef 216 TSC_tIndex_T* indexBlock; /*!< Pointer to an array of block indexes */ 229 TSC_STATUS_T TSC_Acq_ConfigBlock(TSC_tIndex_T idxBlock); 240 TSC_STATUS_T TSC_Acq_ConfigZone(CONST TSC_Zone_T* zone, TSC_tIndex_T idxBlock); 241 TSC_STATUS_T TSC_Acq_ReadBlockResult(TSC_tIndex_T idxBlock, TSC_pMeasFilter_T mfilter, TSC_pDeltaFi… 242 TSC_STATUS_T TSC_Acq_CalibrateBlock(TSC_tIndex_T block); 243 void TSC_acq_ClearBlockData(TSC_tIndex_T block);
|
| A D | tsc_linrot.h | 258 …S_T TSC_Linrot_Process_OneChannel_DeltaBelowEquMinus(TSC_tThreshold_T threshold, TSC_tIndex_T Cmd); 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… 263 TSC_tDelta_T TSC_Linrot_NormDelta(TSC_Channel_Data_T* channel, TSC_tIndex_T index);
|
| A D | tsc_object.h | 101 TSC_tIndex_T execution; /*!< Flag for the ECS execution */ 103 TSC_tIndex_T wait; /*!< Flag for the ECS delay */
|
| A D | tsc.h | 76 TSC_tIndex_T For_Block; /*!< Pointer to the current Block */ 80 TSC_tIndex_T Index_For_Zone; /*!< Index in the current Zone */
|
| /bsp/apm32/libraries/APM32F0xx_Library/TSC_Device_Lib/src/ |
| A D | tsc_linrot.c | 465 TSC_tIndex_T index; in TSC_Linrot_CalcPos() 1089 TSC_tIndex_T index; in TSC_Linrot_ProcessCalibrationState() 1730 TSC_tIndex_T index; in TSC_Linrot_Process_AllChannel_Status() 1749 TSC_tIndex_T index; in TSC_Linrot_Process_OneChannel_DataReady() 1774 TSC_tIndex_T index; in TSC_Linrot_Process_AllChannel_AcqStatus() 1797 TSC_tIndex_T index; in TSC_Linrot_Process_OneChannel_AcqStatusError() 1822 TSC_tIndex_T index; in TSC_Linrot_Process_OneChannel_DeltaBelowEquMinus() 1871 TSC_tIndex_T index; in TSC_Linrot_Process_OneChannel_DeltaAboveEqu() 1927 TSC_tIndex_T index; in TSC_Linrot_Process_OneChannel_DeltaAbove() 1983 TSC_tIndex_T index; in TSC_Linrot_Process_AllChannel_DeltaBelowEqu() [all …]
|
| A D | tsc_ecs.c | 77 TSC_tIndex_T idxObj; in TSC_Ecs_CalculateK() 78 TSC_tIndex_T idxChannel; in TSC_Ecs_CalculateK() 184 TSC_tIndex_T idxObj; in TSC_Ecs_ProcessK() 185 TSC_tIndex_T idxChannel; in TSC_Ecs_ProcessK()
|
| A D | tsc_dxs.c | 78 TSC_tIndex_T idxObj; in TSC_Dxs_FirstObj() 79 TSC_tIndex_T objLock = 0; in TSC_Dxs_FirstObj()
|
| A D | tsc_acq.c | 997 TSC_STATUS_T TSC_Acq_ConfigBlock(TSC_tIndex_T idxBlock) 1103 TSC_tMeas_T TSC_Acq_ReadMeasurVal(TSC_tIndex_T index) 1216 …TSC_STATUS_T TSC_Acq_ReadBlockResult(TSC_tIndex_T idxBlock, TSC_pMeasFilter_T mfilter, TSC_pDeltaF… 1219 TSC_tIndex_T idxChannel; 1310 TSC_STATUS_T TSC_Acq_CalibrateBlock(TSC_tIndex_T idxBlock) 1314 TSC_tIndex_T idxChannel; 1317 static TSC_tIndex_T goCalibration = 0; 1428 void TSC_acq_ClearBlockData(TSC_tIndex_T idxBlock) 1430 TSC_tIndex_T idxChannel; 1455 TSC_STATUS_T TSC_Acq_ConfigZone(CONST TSC_Zone_T * zone, TSC_tIndex_T idxBlock)
|
| A D | tsc_object.c | 75 TSC_tIndex_T idxObj; in TSC_Obj_ConfigGroup() 152 TSC_tIndex_T idxObj; in TSC_Obj_ProcessGroup()
|
Completed in 18 milliseconds