Home
last modified time | relevance | path

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

/third_party/boost/libs/safe_numerics/example/
Dmotor1.c27 int16 pos_inc=0; // motor_pos increment variable
97 motor_pos += pos_inc; in isr_motor_step()
112 pos_inc = -1; in motor_run()
117 pos_inc = 1; in motor_run()
Dmotor2.c27 int16 pos_inc=0; // motor_pos increment variable
115 motor_pos += pos_inc; in isr_motor_step()
130 pos_inc = -1; in motor_run()
135 pos_inc = 1; in motor_run()
DMotor.c33 signed int16 pos_inc=0; // motor_pos increment variable
107 motor_pos += pos_inc; in isr_motor_step()
124 pos_inc = -1; in motor_run()
130 pos_inc = 1; in motor_run()