Home
last modified time | relevance | path

Searched refs:ramp_last (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/libs/safe_numerics/example/
Dmotor2.c22 ramp_last = 4, enumerator
77 ramp_sts = ramp_last; in isr_motor_step()
119 if (ramp_sts != ramp_last) // else repeat last action: no step in isr_motor_step()
Dmotor1.c22 ramp_last = 4, enumerator
69 ramp_sts = ramp_last; in isr_motor_step()
101 if (ramp_sts != ramp_last) // else repeat last action: no step in isr_motor_step()
DMotor.c28 #define ramp_last 4 macro
76 ramp_sts = ramp_last; in isr_motor_step()
111 if (ramp_sts!=ramp_last) // else repeat last action: no step in isr_motor_step()