Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/stepper/
Dstepper_shell.c21 struct stepper_microstep_map { struct
80 static const struct stepper_microstep_map stepper_microstep_map[] = { variable
108 if (idx < ARRAY_SIZE(stepper_microstep_map)) { in cmd_stepper_microstep()
109 entry->syntax = stepper_microstep_map[idx].name; in cmd_stepper_microstep()
256 for (int i = 0; i < ARRAY_SIZE(stepper_microstep_map); i++) { in cmd_stepper_set_micro_step_res()
257 if (strcmp(argv[ARG_IDX_PARAM], stepper_microstep_map[i].name) == 0) { in cmd_stepper_set_micro_step_res()
258 resolution = stepper_microstep_map[i].microstep; in cmd_stepper_set_micro_step_res()