Home
last modified time | relevance | path

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

/bsp/apm32/libraries/APM32F0xx_Library/TSC_Device_Lib/src/
A Dtsc_touchkey.c163 if (TSC_Globals.For_Obj->Type == TSC_OBJ_TOUCHKEY) in TSC_TouchKey_Process()
170 if (TSC_Globals.For_Obj->Type == TSC_OBJ_TOUCHKEYB) in TSC_TouchKey_Process()
283 if (TSC_Globals.For_Obj->Type == TSC_OBJ_TOUCHKEY) in TSC_TouchKey_ReadStateMask()
290 if (TSC_Globals.For_Obj->Type == TSC_OBJ_TOUCHKEYB) in TSC_TouchKey_ReadStateMask()
A Dtsc_linrot.c44 #define FOR_OBJ_TYPE TSC_Globals.For_Obj->Type
417 if ((TSC_Globals.For_Obj->Type == TSC_OBJ_LINEAR) || in TSC_Linrot_Process()
418 (TSC_Globals.For_Obj->Type == TSC_OBJ_ROTARY)) in TSC_Linrot_Process()
425 if ((TSC_Globals.For_Obj->Type == TSC_OBJ_LINEARB) || in TSC_Linrot_Process()
426 (TSC_Globals.For_Obj->Type == TSC_OBJ_ROTARYB)) in TSC_Linrot_Process()
819 switch (TSC_Globals.For_Obj->Type) in TSC_Linrot_ReadStateMask()
A Dtsc_object.c231 TSC_Globals.For_Obj = pObj; in TSC_Obj_ConfigGlobalObj()
/bsp/apm32/libraries/APM32F0xx_Library/TSC_Device_Lib/inc/
A Dtsc_dxs.h49 #define FOR_OBJ_TYPE TSC_Globals.For_Obj->Type
A Dtsc_ecs.h49 #define FOR_OBJ_TYPE TSC_Globals.For_Obj->Type
A Dtsc.h77 CONST TSC_Object_T* For_Obj; /*!< Pointer to the current Object */ member

Completed in 763 milliseconds