Searched refs:steps_to_move (Results 1 – 2 of 2) sorted by relevance
299 int32_t steps_to_move; in step_dir_stepper_common_move_to() local302 steps_to_move = value - atomic_get(&data->actual_position); in step_dir_stepper_common_move_to()304 return step_dir_stepper_common_move_by(dev, steps_to_move); in step_dir_stepper_common_move_to()
233 int32_t steps_to_move; in h_bridge_stepper_move_to() local236 steps_to_move = micro_steps - data->actual_position; in h_bridge_stepper_move_to()238 return h_bridge_stepper_move_by(dev, steps_to_move); in h_bridge_stepper_move_to()
Completed in 10 milliseconds