Searched defs:step_dir_stepper_common_data (Results 1 – 1 of 1) sorted by relevance
67 struct step_dir_stepper_common_data { struct68 const struct device *dev;69 struct k_spinlock lock;70 enum stepper_direction direction;71 enum stepper_run_mode run_mode;72 int32_t actual_position;73 uint32_t max_velocity;74 int32_t step_count;75 stepper_event_callback_t callback;76 void *event_cb_user_data;[all …]