Hi all,
I have problem with "struct" and "pointer" ,
anyone know how this mean :
Obj->Stepper_CallBack = Param->Stepper_CallBack;
note
the reference of Stepper_CallBack :
struct Stepper_Object
{
void (*Stepper_CallBack) (struct Stepper_ObjectVars *Vars);
struct Stepper_ObjectVars Vars;
};
I have problem with "struct" and "pointer" ,
anyone know how this mean :
Obj->Stepper_CallBack = Param->Stepper_CallBack;
note
the reference of Stepper_CallBack :
struct Stepper_Object
{
void (*Stepper_CallBack) (struct Stepper_ObjectVars *Vars);
struct Stepper_ObjectVars Vars;
};