Zephyr API Documentation 4.4.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
stepper_drv84xx.h
Go to the documentation of this file.
1
8
9/*
10 * SPDX-FileCopyrightText: Copyright (c) 2024 Navimatix GmbH
11 *
12 * SPDX-License-Identifier: Apache-2.0
13 */
14
15#ifndef ZEPHYR_INCLUDE_DRIVERS_STEPPER_STEPPER_DRV84XX_H_
16#define ZEPHYR_INCLUDE_DRIVERS_STEPPER_STEPPER_DRV84XX_H_
17
24
25#include <stdint.h>
27
28#ifdef __cplusplus
29extern "C" {
30#endif
31
40int drv84xx_microstep_recovery(const struct device *dev);
41
45
46#ifdef __cplusplus
47}
48#endif
49
50#endif /* ZEPHYR_INCLUDE_DRIVERS_STEPPER_STEPPER_DRV84XX_H_ */
int drv84xx_microstep_recovery(const struct device *dev)
After microstep setter fails, attempt to recover into previous state.
Main header file for stepper hardware driver API.
Runtime device structure (in ROM) per driver instance.
Definition device.h:513