Home
last modified time | relevance | path

Searched refs:STEPPER_DIRECTION_NEGATIVE (Results 1 – 6 of 6) sorted by relevance

/Zephyr-latest/drivers/stepper/step_dir/
Dstep_dir_stepper_common.c21 case STEPPER_DIRECTION_NEGATIVE: in step_dir_stepper_perform_step()
133 data->direction = STEPPER_DIRECTION_NEGATIVE; in update_direction_from_step_count()
/Zephyr-latest/drivers/stepper/
Dgpio_stepper_controller.c104 } else if (data->direction == STEPPER_DIRECTION_NEGATIVE) { in update_coil_charge()
134 data->direction = STEPPER_DIRECTION_NEGATIVE; in update_direction_from_step_count()
Dstepper_shell.c77 STEPPER_DIRECTION_MAP_ENTRY("negative", STEPPER_DIRECTION_NEGATIVE),
/Zephyr-latest/include/zephyr/drivers/
Dstepper.h63 STEPPER_DIRECTION_NEGATIVE = 0, enumerator
/Zephyr-latest/tests/drivers/stepper/drv8424/api/src/
Dmain.c438 (void)stepper_run(fixture->dev, STEPPER_DIRECTION_NEGATIVE, velocity); in ZTEST_F()
/Zephyr-latest/drivers/stepper/adi_tmc/
Dadi_tmc5041_stepper_controller.c513 case STEPPER_DIRECTION_NEGATIVE: in tmc5041_stepper_run()