Home
last modified time | relevance | path

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

/bsp/apm32/libraries/APM32F0xx_Library/TSC_Device_Lib/inc/
A Dtsc_ecs.h50 #define FOR_KEY_REF TSC_Globals.For_Key->p_ChD->Refer
51 #define FOR_KEY_REFREST TSC_Globals.For_Key->p_ChD->RefRest
52 #define FOR_KEY_DELTA TSC_Globals.For_Key->p_ChD->Delta
A Dtsc_touchkey.h105 TSC_Channel_Data_T* p_ChD; /*!< Channel Data (Meas, Refer, Delta, ...) */ member
120 TSC_Channel_Data_T* p_ChD; /*!< Channel Data (Meas, Refer, Delta, ...) */ member
A Dtsc_linrot.h160 TSC_Channel_Data_T* p_ChD; /*!< First Channel Data (Meas, Refer, Delta, ...) */ member
180 TSC_Channel_Data_T* p_ChD; /*!< First Channel Data (Meas, Refer, Delta, ...) */ member
/bsp/apm32/libraries/APM32F0xx_Library/TSC_Device_Lib/src/
A Dtsc_ecs.c105 p_Ch = TSC_Globals.For_Key->p_ChD; in TSC_Ecs_CalculateK()
120 p_Ch = TSC_Globals.For_LinRot->p_ChD; in TSC_Ecs_CalculateK()
214 p_Ch = TSC_Globals.For_Key->p_ChD; in TSC_Ecs_ProcessK()
230 p_Ch = TSC_Globals.For_LinRot->p_ChD; in TSC_Ecs_ProcessK()
A Dtsc_touchkey.c44 #define FOR_MEAS TSC_Globals.For_Key->p_ChD->Meas
45 #define FOR_DELTA TSC_Globals.For_Key->p_ChD->Delta
46 #define FOR_REFER TSC_Globals.For_Key->p_ChD->Refer
47 #define FOR_REFREST TSC_Globals.For_Key->p_ChD->RefRest
48 #define FOR_CHANNEL_DATA TSC_Globals.For_Key->p_ChD
49 #define FOR_ACQ_STATUS TSC_Globals.For_Key->p_ChD->Flag.AcqStatus
50 #define FOR_OBJ_STATUS TSC_Globals.For_Key->p_ChD->Flag.ObjStatus
51 #define FOR_DATA_READY TSC_Globals.For_Key->p_ChD->Flag.DataReady
A Dtsc_linrot.c475 TSC_Channel_Data_T* p_Ch = TSC_Globals.For_LinRot->p_ChD; in TSC_Linrot_CalcPos()
1104 p_Ch = TSC_Globals.For_LinRot->p_ChD; in TSC_Linrot_ProcessCalibrationState()
1149 p_Ch = TSC_Globals.For_LinRot->p_ChD; in TSC_Linrot_ProcessCalibrationState()
1731 TSC_Channel_Data_T* p_Ch = TSC_Globals.For_LinRot->p_ChD; in TSC_Linrot_Process_AllChannel_Status()
1750 TSC_Channel_Data_T* p_Ch = TSC_Globals.For_LinRot->p_ChD; in TSC_Linrot_Process_OneChannel_DataReady()
1775 TSC_Channel_Data_T* p_Ch = TSC_Globals.For_LinRot->p_ChD; in TSC_Linrot_Process_AllChannel_AcqStatus()
1798 TSC_Channel_Data_T* p_Ch = TSC_Globals.For_LinRot->p_ChD; in TSC_Linrot_Process_OneChannel_AcqStatusError()
1824 TSC_Channel_Data_T* p_Ch = TSC_Globals.For_LinRot->p_ChD; in TSC_Linrot_Process_OneChannel_DeltaBelowEquMinus()
1873 TSC_Channel_Data_T* p_Ch = TSC_Globals.For_LinRot->p_ChD; in TSC_Linrot_Process_OneChannel_DeltaAboveEqu()
1929 TSC_Channel_Data_T* p_Ch = TSC_Globals.For_LinRot->p_ChD; in TSC_Linrot_Process_OneChannel_DeltaAbove()
[all …]

Completed in 18 milliseconds