Searched refs:stepper_microstep_map (Results 1 – 1 of 1) sorted by relevance
21 struct stepper_microstep_map { struct83 static const struct stepper_microstep_map stepper_microstep_map[] = { variable111 if (idx < ARRAY_SIZE(stepper_microstep_map)) { in cmd_stepper_microstep()112 entry->syntax = stepper_microstep_map[idx].name; in cmd_stepper_microstep()283 for (int i = 0; i < ARRAY_SIZE(stepper_microstep_map); i++) { in cmd_stepper_set_micro_step_res()284 if (strcmp(argv[ARG_IDX_PARAM], stepper_microstep_map[i].name) == 0) { in cmd_stepper_set_micro_step_res()285 resolution = stepper_microstep_map[i].microstep; in cmd_stepper_set_micro_step_res()