Searched refs:STEPPER_DIRECTION_NEGATIVE (Results 1 – 7 of 7) sorted by relevance
94 stepper_run(stepper, STEPPER_DIRECTION_NEGATIVE); in main()
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()
80 STEPPER_DIRECTION_MAP_ENTRY("negative", STEPPER_DIRECTION_NEGATIVE),
67 STEPPER_DIRECTION_NEGATIVE = 0, enumerator
416 (void)stepper_run(fixture->dev, STEPPER_DIRECTION_NEGATIVE); in ZTEST_F()
503 case STEPPER_DIRECTION_NEGATIVE: in tmc50xx_stepper_run()