Searched defs:micro_steps (Results 1 – 6 of 6) sorted by relevance
/Zephyr-latest/include/zephyr/drivers/ |
D | stepper.h | 404 static inline int z_impl_stepper_move_by(const struct device *dev, const int32_t micro_steps) in z_impl_stepper_move_by() 427 static inline int z_impl_stepper_move_to(const struct device *dev, const int32_t micro_steps) in z_impl_stepper_move_to()
|
/Zephyr-latest/drivers/stepper/ |
D | gpio_stepper_controller.c | 181 static int gpio_stepper_move_by(const struct device *dev, int32_t micro_steps) in gpio_stepper_move_by() 223 static int gpio_stepper_move_to(const struct device *dev, int32_t micro_steps) in gpio_stepper_move_to()
|
D | stepper_shell.c | 230 int32_t micro_steps = shell_strtol(argv[ARG_IDX_PARAM], 10, &err); in cmd_stepper_move_by() local
|
/Zephyr-latest/drivers/stepper/allegro/ |
D | a4979.c | 145 static int a4979_stepper_move_by(const struct device *dev, const int32_t micro_steps) in a4979_stepper_move_by()
|
/Zephyr-latest/drivers/stepper/step_dir/ |
D | step_dir_stepper_common.c | 226 int step_dir_stepper_common_move_by(const struct device *dev, const int32_t micro_steps) in step_dir_stepper_common_move_by()
|
/Zephyr-latest/drivers/stepper/adi_tmc/ |
D | adi_tmc50xx_stepper_controller.c | 304 static int tmc50xx_stepper_move_by(const struct device *dev, const int32_t micro_steps) in tmc50xx_stepper_move_by() 445 static int tmc50xx_stepper_move_to(const struct device *dev, const int32_t micro_steps) in tmc50xx_stepper_move_to()
|