Zephyr API Documentation 4.0.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
stepper_drv8424.h
Go to the documentation of this file.
1
8/*
9 * SPDX-FileCopyrightText: Copyright (c) 2024 Navimatix GmbH
10 *
11 * SPDX-License-Identifier: Apache-2.0
12 */
13
14#include <stdint.h>
16
17#ifdef __cplusplus
18extern "C" {
19#endif
20
29int drv8424_microstep_recovery(const struct device *dev);
30
31#ifdef __cplusplus
32}
33#endif
Public API for Stepper Driver.
int drv8424_microstep_recovery(const struct device *dev)
After microstep setter fails, attempt to recover into previous state.
Runtime device structure (in ROM) per driver instance.
Definition device.h:411