Searched refs:STEPPER_DIRECTION_NEGATIVE (Results 1 – 6 of 6) sorted by relevance
21 case STEPPER_DIRECTION_NEGATIVE: in step_dir_stepper_perform_step()133 data->direction = STEPPER_DIRECTION_NEGATIVE; in update_direction_from_step_count()
104 } else if (data->direction == STEPPER_DIRECTION_NEGATIVE) { in update_coil_charge()134 data->direction = STEPPER_DIRECTION_NEGATIVE; in update_direction_from_step_count()
77 STEPPER_DIRECTION_MAP_ENTRY("negative", STEPPER_DIRECTION_NEGATIVE),
63 STEPPER_DIRECTION_NEGATIVE = 0, enumerator
438 (void)stepper_run(fixture->dev, STEPPER_DIRECTION_NEGATIVE, velocity); in ZTEST_F()
513 case STEPPER_DIRECTION_NEGATIVE: in tmc5041_stepper_run()