Searched +full:angle +full:- +full:magnitude +full:- +full:axis (Results 1 – 5 of 5) sorted by relevance
4 * SPDX-License-Identifier: Apache-2.016 /* --- Additional TMAG5273 definitions */21 * Magnitude measurement result between two axis in Gs.26 * Magnitude measurement MSB as returned by the sensor.31 * Angle result in deg, magnitude result in Gs and magnitude MSB between two axis.39 * Define axis relation measurements.41 * - \c TMAG5273_DT_ANGLE_MAG_NONE (0)42 * - \c TMAG5273_DT_ANGLE_MAG_XY (1)43 * - \c TMAG5273_DT_ANGLE_MAG_YZ (2)44 * - \c TMAG5273_DT_ANGLE_MAG_XZ (3)
2 # SPDX-License-Identifier: Apache-2.05 Texas Instruments Low-Power Linear 3D Hall-Effect Sensor with an I2C interface.17 #include <zephyr/dt-bindings/sensor/tmag5273.h>21 axis = <TMAG5273_DT_AXIS_XYZ>;27 include: [sensor-device.yaml, i2c-device.yaml]30 operation-mode:38 - 0 # TMAG5273_DT_OPER_MODE_CONTINUOUS (continuous)39 - 1 # TMAG5273_DT_OPER_MODE_STANDBY (standby)41 axis:46 Magnet axis channel inputs.[all …]
4 * SPDX-License-Identifier: Apache-2.09 #include <zephyr/dt-bindings/dt-util.h>15 /* Axis */34 /* Interrupt-Mode */55 /* Angle/Magnitude calculation */62 /* Channel Magnitude Gain Correction */
4 * SPDX-License-Identifier: Apache-2.015 #include <zephyr/dt-bindings/sensor/tmag5273.h>39 * Since the register counting is zero-based, one byte needs to be added to get the correct size.44 (TMAG5273_REG_RESULT_END - TMAG5273_REG_RESULT_BEGIN + 1 + TMAG5273_CRC_I2C_SIZE)51 uint8_t axis; member77 int16_t x_sample; /** measured B-field @x-axis */78 int16_t y_sample; /** measured B-field @y-axis */79 int16_t z_sample; /** measured B-field @z-axis */82 uint16_t xyz_range; /** magnetic range for x/y/z-axis in mT */84 int16_t angle_sample; /** measured angle in degree, if activated */[all …]
4 * SPDX-License-Identifier: Apache-2.09 #include <zephyr/dt-bindings/sensor/lsm6dsv16x.h>10 #include <zephyr/dt-bindings/sensor/lsm6dso.h>11 #include <zephyr/dt-bindings/sensor/lsm6dso16is.h>12 #include <zephyr/dt-bindings/sensor/lps22hh.h>13 #include <zephyr/dt-bindings/sensor/lps2xdf.h>14 #include <zephyr/dt-bindings/sensor/lis2ds12.h>15 #include <zephyr/dt-bindings/sensor/lis2dw12.h>16 #include <zephyr/dt-bindings/sensor/ism330dhcx.h>17 #include <zephyr/dt-bindings/sensor/iis2dlpc.h>[all …]