Zephyr API Documentation  3.6.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
input_analog_axis_settings.h
Go to the documentation of this file.
1/*
2 * Copyright 2023 Google LLC
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
7#ifndef ZEPHYR_INCLUDE_INPUT_ANALOG_AXIS_SETTINGS_H_
8#define ZEPHYR_INCLUDE_INPUT_ANALOG_AXIS_SETTINGS_H_
9
10#include <stdint.h>
11#include <zephyr/device.h>
12
29int analog_axis_calibration_save(const struct device *dev);
30
33#endif /* ZEPHYR_INCLUDE_INPUT_ANALOG_AXIS_SETTINGS_H_ */
int analog_axis_calibration_save(const struct device *dev)
Save the calibration data.
Runtime device structure (in ROM) per driver instance.
Definition: device.h:399