Home
last modified time | relevance | path

Searched refs:crv1 (Results 1 - 1 of 1) sorted by relevance

/third_party/backends/backend/
H A Dhp3900_rts8822.c860 struct st_curve *crv1 = in Motor_Curve_Equal() local
865 if ((crv1 != NULL) && (crv2 != NULL)) in Motor_Curve_Equal()
867 if (crv1->step_count == crv2->step_count) in Motor_Curve_Equal()
871 if (crv1->step_count > 0) in Motor_Curve_Equal()
875 while ((a < crv1->step_count) && (rst == TRUE)) in Motor_Curve_Equal()
877 rst = (crv1->step[a] == crv2->step[a]) ? TRUE : FALSE; in Motor_Curve_Equal()

Completed in 14 milliseconds