Home
last modified time | relevance | path

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

/drivers/stepper/
A Dstepper_shell.c21 struct stepper_microstep_map { struct
86 static const struct stepper_microstep_map stepper_microstep_map[] = { variable
114 if (idx < ARRAY_SIZE(stepper_microstep_map)) { in cmd_stepper_microstep()
115 entry->syntax = stepper_microstep_map[idx].name; in cmd_stepper_microstep()
299 for (int i = 0; i < ARRAY_SIZE(stepper_microstep_map); i++) { in cmd_stepper_set_micro_step_res()
300 if (strcmp(argv[ARG_IDX_PARAM], stepper_microstep_map[i].name) == 0) { in cmd_stepper_set_micro_step_res()
301 resolution = stepper_microstep_map[i].microstep; in cmd_stepper_set_micro_step_res()

Completed in 8 milliseconds