Zephyr Project API 4.2.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
13#ifndef ZEPHYR_INCLUDE_INPUT_ANALOG_AXIS_SETTINGS_H_
14#define ZEPHYR_INCLUDE_INPUT_ANALOG_AXIS_SETTINGS_H_
15
16#include <stdint.h>
17#include <zephyr/device.h>
18
35int analog_axis_calibration_save(const struct device *dev);
36
39#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:510