| Zephyr Project API 4.1.0
    A Scalable Open Source RTOS | 
Analog axis calibration data structure. More...
#include <input_analog_axis.h>
| Data Fields | |
| int16_t | in_min | 
| Input value that corresponds to the minimum output value. | |
| int16_t | in_max | 
| Input value that corresponds to the maximum output value. | |
| uint16_t | in_deadzone | 
| Input value center deadzone. | |
Analog axis calibration data structure.
Holds the calibration data for a single analog axis. Initial values are set from the devicetree and can be changed by the applicatoin in runtime using analog_axis_calibration_set and analog_axis_calibration_get.
| uint16_t analog_axis_calibration::in_deadzone | 
Input value center deadzone.
| int16_t analog_axis_calibration::in_max | 
Input value that corresponds to the maximum output value.
| int16_t analog_axis_calibration::in_min | 
Input value that corresponds to the minimum output value.