7#ifndef ZEPHYR_INCLUDE_INPUT_ANALOG_AXIS_H_ 
    8#define ZEPHYR_INCLUDE_INPUT_ANALOG_AXIS_H_ 
__UINT16_TYPE__ uint16_t
Definition stdint.h:89
 
__INT16_TYPE__ int16_t
Definition stdint.h:73
 
Analog axis calibration data structure.
Definition input_analog_axis.h:27
 
int16_t in_min
Input value that corresponds to the minimum output value.
Definition input_analog_axis.h:29
 
int16_t in_max
Input value that corresponds to the maximum output value.
Definition input_analog_axis.h:31
 
uint16_t in_deadzone
Input value center deadzone.
Definition input_analog_axis.h:33
 
Runtime device structure (in ROM) per driver instance.
Definition device.h:403