Searched refs:STEPPER_DIRECTION_POSITIVE (Results 1 – 9 of 9) sorted by relevance
| /Zephyr-latest/drivers/stepper/step_dir/ |
| D | step_dir_stepper_common.c | 18 case STEPPER_DIRECTION_POSITIVE: in step_dir_stepper_perform_step() 47 if (data->direction == STEPPER_DIRECTION_POSITIVE) { in step_dir_stepper_perform_step() 131 data->direction = STEPPER_DIRECTION_POSITIVE; in update_direction_from_step_count()
|
| /Zephyr-latest/samples/drivers/stepper/generic/src/ |
| D | main.c | 90 stepper_run(stepper, STEPPER_DIRECTION_POSITIVE); in main()
|
| /Zephyr-latest/tests/drivers/stepper/drv8424/api/src/ |
| D | main.c | 401 (void)stepper_run(fixture->dev, STEPPER_DIRECTION_POSITIVE); in ZTEST_F() 431 (void)stepper_run(fixture->dev, STEPPER_DIRECTION_POSITIVE); in ZTEST_F() 445 (void)stepper_run(fixture->dev, STEPPER_DIRECTION_POSITIVE); in ZTEST_F() 460 ret = stepper_run(fixture->dev, STEPPER_DIRECTION_POSITIVE); in ZTEST_F()
|
| /Zephyr-latest/tests/drivers/stepper/stepper_api/src/ |
| D | main.c | 147 (void)stepper_run(fixture->dev, STEPPER_DIRECTION_POSITIVE); in ZTEST_F()
|
| /Zephyr-latest/tests/drivers/stepper/shell/src/ |
| D | main.c | 136 zassert_equal(fake_stepper_run_fake.arg1_val, STEPPER_DIRECTION_POSITIVE, in ZTEST()
|
| /Zephyr-latest/drivers/stepper/ |
| D | gpio_stepper_controller.c | 101 if (data->direction == STEPPER_DIRECTION_POSITIVE) { in update_coil_charge() 132 data->direction = STEPPER_DIRECTION_POSITIVE; in update_direction_from_step_count()
|
| D | stepper_shell.c | 79 STEPPER_DIRECTION_MAP_ENTRY("positive", STEPPER_DIRECTION_POSITIVE), 405 enum stepper_direction direction = STEPPER_DIRECTION_POSITIVE; in cmd_stepper_run()
|
| /Zephyr-latest/include/zephyr/drivers/ |
| D | stepper.h | 69 STEPPER_DIRECTION_POSITIVE = 1, enumerator
|
| /Zephyr-latest/drivers/stepper/adi_tmc/ |
| D | adi_tmc50xx_stepper_controller.c | 495 case STEPPER_DIRECTION_POSITIVE: in tmc50xx_stepper_run()
|