Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/drivers/sensor/mpu6050/
Dmpu6050.h40 struct mpu6050_data { struct
41 int16_t accel_x;
42 int16_t accel_y;
43 int16_t accel_z;
44 uint16_t accel_sensitivity_shift;
46 int16_t temp;
48 int16_t gyro_x;
49 int16_t gyro_y;
50 int16_t gyro_z;
51 uint16_t gyro_sensitivity_x10;
[all …]