Zephyr API Documentation  3.6.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
analog_axis_calibration Struct Reference

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.
 

Detailed Description

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.

Field Documentation

◆ in_deadzone

uint16_t analog_axis_calibration::in_deadzone

Input value center deadzone.

◆ in_max

int16_t analog_axis_calibration::in_max

Input value that corresponds to the maximum output value.

◆ in_min

int16_t analog_axis_calibration::in_min

Input value that corresponds to the minimum output value.


The documentation for this struct was generated from the following file: