Home
last modified time | relevance | path

Searched defs:mpu6050_data (Results 1 – 1 of 1) sorted by relevance

/Zephyr-Core-3.7.0/drivers/sensor/tdk/mpu6050/
Dmpu6050.h48 struct mpu6050_data { struct
49 int16_t accel_x;
50 int16_t accel_y;
51 int16_t accel_z;
52 uint16_t accel_sensitivity_shift;
54 int16_t temp;
56 int16_t gyro_x;
57 int16_t gyro_y;
58 int16_t gyro_z;
59 uint16_t gyro_sensitivity_x10;
[all …]