Searched full:axes (Results 1 – 24 of 24) sorted by relevance
/Zephyr-latest/drivers/input/ |
D | input_analog_axis_settings.c | 39 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()
|
D | Kconfig.analog_axis | 37 int "Maximum number of axes supported in the settings." 40 Maximum number of axes that can have calibration value saved in
|
/Zephyr-latest/dts/bindings/input/ |
D | zephyr,lvgl-pointer-input.yaml | 26 Swap x-y axes to align input with the display. 31 Invert x axes to align input with the display. 36 Invert y axes to align input with the display.
|
D | analog-axis.yaml | 35 How often to get new ADC samples for the various configured axes in
|
/Zephyr-latest/dts/bindings/sensor/ |
D | ti,tmag5273.yaml | 149 - 0 # TMAG5273_DT_AVERAGING_NONE (10.0-kSPS (3-axes) or 20-kSPS (1 axis)) 150 - 1 # TMAG5273_DT_AVERAGING_2X (5.7-kSPS (3-axes) or 13.3-kSPS (1 axis)) 151 - 2 # TMAG5273_DT_AVERAGING_4X (3.1-kSPS (3-axes) or 8.0-kSPS (1 axis)) 152 - 3 # TMAG5273_DT_AVERAGING_8X (1.6-kSPS (3-axes) or 4.4-kSPS (1 axis)) 153 - 4 # TMAG5273_DT_AVERAGING_16X (0.8-kSPS (3-axes) or 2.4-kSPS (1 axis)) 154 - 5 # TMAG5273_DT_AVERAGING_32X (0.4-kSPS (3-axes) or 1.2-kSPS (1 axis))
|
D | st,lis2dw12-common.yaml | 119 Tap X/Y/Z axes threshold. Default is power-up configuration. 122 Thresholds to start the tap-event detection procedure on the X/Y/Z axes. 204 If the accelerometer readings of the all axes are lower 218 If the accelerometer readings of the all axes are lower 239 If the accelerometer readings of the all axes are higher 256 If the accelerometer readings of the all axes are lower
|
D | st,iis2dlpc-common.yaml | 91 Tap X/Y/Z axes threshold. Default is power-up configuration. 94 Thresholds to start the tap-event detection procedure on the X/Y/Z axes.
|
D | ti,tmag5170.yaml | 47 sampling. Refer to datasheet for more information, By default all axes
|
/Zephyr-latest/include/zephyr/input/ |
D | input_analog_axis.h | 59 * @brief Get the number of defined axes. 61 * @retval n The number of defined axes for dev.
|
D | input_touch.h | 33 * @param swapped_x_y X and Y axes are swapped
|
/Zephyr-latest/doc/hardware/peripherals/sensor/ |
D | channels.rst | 9 Sensors may have multiple channels, either to represent different axes of
|
/Zephyr-latest/samples/subsys/input/draw_touch_events/ |
D | README.rst | 10 if the touch screen works for a board, examine its parameters such as inverted/swapped axes.
|
/Zephyr-latest/drivers/sensor/st/lis2dw12/ |
D | Kconfig | 80 a wake-up interrupt generation at least one of the three axes must
|
D | lis2dw12.c | 259 * for a wake-up interrupt generation at least one of the three axes must be in lis2dw12_attr_set_thresh()
|
/Zephyr-latest/drivers/sensor/adi/adxl367/ |
D | Kconfig | 61 The time that all enabled axes must be lower than the inactivity
|
/Zephyr-latest/drivers/sensor/adi/adxl372/ |
D | Kconfig | 70 The time that all enabled axes must be lower than the inactivity
|
/Zephyr-latest/boards/shields/x_nucleo_iks4a1/doc/ |
D | index.rst | 83 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/doc/services/input/ |
D | index.rst | 18 state, for example when the events corresponding to multiple axes of a
|
/Zephyr-latest/include/zephyr/drivers/ |
D | sensor_data_types.h | 34 * Data for a sensor channel which reports on three axes. This is used by:
|
D | sensor.h | 68 /** Acceleration on the X, Y and Z axes. */ 76 /** Angular velocity around the X, Y and Z axes. */ 84 /** Magnetic field on the X, Y and Z axes. */ 889 * For vectorial data samples you can request all axes in just one call
|
/Zephyr-latest/drivers/sensor/bosch/bma4xx/ |
D | bma4xx.h | 108 /* FIFO_CONFIG_1 enable: Store Accelerometer data in FIFO (all 3 axes) */
|
/Zephyr-latest/drivers/sensor/st/lis2dh/ |
D | lis2dh_trigger.c | 253 /* configure tap interrupt on all axes */ in lis2dh_start_trigger_int2()
|
/Zephyr-latest/doc/releases/ |
D | release-notes-1.7.rst | 283 * ``ZEP-1358`` - BMI160 accelerometer gives 0 on all axes
|
/Zephyr-latest/samples/modules/tflite-micro/hello_world/train/ |
D | train_hello_world_model.ipynb | 233 "<Figure size 432x288 with 1 Axes>" 282 "<Figure size 432x288 with 1 Axes>" 350 "<Figure size 432x288 with 1 Axes>" 1505 "<Figure size 432x288 with 1 Axes>" 1559 "<Figure size 432x288 with 1 Axes>" 1617 "<Figure size 432x288 with 1 Axes>" 1681 "<Figure size 432x288 with 1 Axes>" 2876 "<Figure size 720x288 with 2 Axes>" 2941 "<Figure size 432x288 with 1 Axes>" 3147 "<Figure size 432x288 with 1 Axes>"
|