Home
last modified time | relevance | path

Searched refs:axes (Results 1 – 10 of 10) sorted by relevance

/Zephyr-latest/drivers/input/
Dinput_analog_axis_settings.c39 int axes; in analog_axis_calibration_load() local
65 axes = analog_axis_num_axes(dev); in analog_axis_calibration_load()
66 if (len != sizeof(struct analog_axis_calibration) * axes) { in analog_axis_calibration_load()
68 len, sizeof(struct analog_axis_calibration) * axes); in analog_axis_calibration_load()
72 for (int i = 0; i < axes; i++) { in analog_axis_calibration_load()
87 int axes; in analog_axis_calibration_save() local
98 axes = analog_axis_num_axes(dev); in analog_axis_calibration_save()
99 for (int i = 0; i < axes; i++) { in analog_axis_calibration_save()
104 sizeof(struct analog_axis_calibration) * axes); in analog_axis_calibration_save()
DKconfig.analog_axis37 int "Maximum number of axes supported in the settings."
40 Maximum number of axes that can have calibration value saved in
/Zephyr-latest/doc/hardware/peripherals/sensor/
Dchannels.rst9 Sensors may have multiple channels, either to represent different axes of
/Zephyr-latest/samples/subsys/input/draw_touch_events/
DREADME.rst10 if the touch screen works for a board, examine its parameters such as inverted/swapped axes.
/Zephyr-latest/drivers/sensor/st/lis2dw12/
DKconfig80 a wake-up interrupt generation at least one of the three axes must
/Zephyr-latest/boards/shields/x_nucleo_iks4a1/doc/
Dindex.rst83 In this sensor hub I2C mode, it is possible to power-up the 6-axes IMU
100 In this sensor hub, it is possible to power-up the 6-axes IMU (Inertial
/Zephyr-latest/drivers/sensor/adi/adxl367/
DKconfig61 The time that all enabled axes must be lower than the inactivity
/Zephyr-latest/drivers/sensor/adi/adxl372/
DKconfig70 The time that all enabled axes must be lower than the inactivity
/Zephyr-latest/doc/services/input/
Dindex.rst18 state, for example when the events corresponding to multiple axes of a
/Zephyr-latest/doc/releases/
Drelease-notes-1.7.rst283 * ``ZEP-1358`` - BMI160 accelerometer gives 0 on all axes