File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -233,6 +233,7 @@ static inline int z_impl_stepper_enable(const struct device *dev, const bool ena
233
233
* @param dev pointer to the stepper motor controller instance
234
234
* @param micro_steps target micro_steps to be moved from the current position
235
235
*
236
+ * @retval -ECANCELED If the stepper is disabled
236
237
* @retval -EIO General input / output error
237
238
* @retval 0 Success
238
239
*/
@@ -374,6 +375,7 @@ static inline int z_impl_stepper_get_actual_position(const struct device *dev, i
374
375
* @param dev pointer to the stepper motor controller instance
375
376
* @param micro_steps target position to set in micro_steps
376
377
*
378
+ * @retval -ECANCELED If the stepper is disabled
377
379
* @retval -EIO General input / output error
378
380
* @retval -ENOSYS If not implemented by device driver
379
381
* @retval 0 Success
@@ -425,6 +427,7 @@ static inline int z_impl_stepper_is_moving(const struct device *dev, bool *is_mo
425
427
* - > 0: Run the stepper with the given velocity in a given direction
426
428
* - 0: Stop the stepper
427
429
*
430
+ * @retval -ECANCELED If the stepper is disabled
428
431
* @retval -EIO General input / output error
429
432
* @retval -ENOSYS If not implemented by device driver
430
433
* @retval 0 Success
You can’t perform that action at this time.
0 commit comments