|
| | DECLARE_FAKE_VALUE_FUNC (int, fake_stepper_drv_enable, const struct device *) |
| | DECLARE_FAKE_VALUE_FUNC (int, fake_stepper_drv_disable, const struct device *) |
| | DECLARE_FAKE_VALUE_FUNC (int, fake_stepper_drv_set_micro_step_res, const struct device *, enum stepper_drv_micro_step_resolution) |
| | DECLARE_FAKE_VALUE_FUNC (int, fake_stepper_drv_get_micro_step_res, const struct device *, enum stepper_drv_micro_step_resolution *) |
| | DECLARE_FAKE_VALUE_FUNC (int, fake_stepper_drv_set_event_cb, const struct device *, stepper_drv_event_cb_t, void *) |
| | DECLARE_FAKE_VALUE_FUNC (int, fake_stepper_move_by, const struct device *, int32_t) |
| | DECLARE_FAKE_VALUE_FUNC (int, fake_stepper_set_microstep_interval, const struct device *, uint64_t) |
| | DECLARE_FAKE_VALUE_FUNC (int, fake_stepper_set_reference_position, const struct device *, int32_t) |
| | DECLARE_FAKE_VALUE_FUNC (int, fake_stepper_get_actual_position, const struct device *, int32_t *) |
| | DECLARE_FAKE_VALUE_FUNC (int, fake_stepper_move_to, const struct device *, int32_t) |
| | DECLARE_FAKE_VALUE_FUNC (int, fake_stepper_is_moving, const struct device *, bool *) |
| | DECLARE_FAKE_VALUE_FUNC (int, fake_stepper_run, const struct device *, enum stepper_direction) |
| | DECLARE_FAKE_VALUE_FUNC (int, fake_stepper_stop, const struct device *) |
| | DECLARE_FAKE_VALUE_FUNC (int, fake_stepper_set_event_callback, const struct device *, stepper_event_callback_t, void *) |