Home
last modified time | relevance | path

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

/Zephyr-Core-3.6.0/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-Core-3.6.0/modules/lvgl/
DKconfig.input22 bool "Swap keyboard scan X,Y axes"
24 Swap keyboard scan X,Y axes. This option can be used to align keyboard
/Zephyr-Core-3.6.0/drivers/sensor/lis2dw12/
DKconfig73 a wake-up interrupt generation at least one of the three axes must
/Zephyr-Core-3.6.0/drivers/sensor/adxl367/
DKconfig59 The time that all enabled axes must be lower than the inactivity
/Zephyr-Core-3.6.0/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-Core-3.6.0/drivers/sensor/adxl372/
DKconfig69 The time that all enabled axes must be lower than the inactivity
/Zephyr-Core-3.6.0/doc/services/input/
Dindex.rst18 state, for example when the events corresponding to multiple axes of a
/Zephyr-Core-3.6.0/doc/hardware/peripherals/
Dsensor.rst18 Sensors can have multiple channels, either to represent different axes of
49 multiple axes, they can be read in a single operation by supplying
/Zephyr-Core-3.6.0/doc/releases/
Drelease-notes-1.7.rst283 * ``ZEP-1358`` - BMI160 accelerometer gives 0 on all axes