Home
last modified time | relevance | path

Searched refs:raw_gyro_xyz (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/drivers/sensor/bosch/bmg160/
Dbmg160.c218 bmg160->raw_gyro_xyz[0] = sys_le16_to_cpu(buf.x_axis); in bmg160_sample_fetch()
219 bmg160->raw_gyro_xyz[1] = sys_le16_to_cpu(buf.y_axis); in bmg160_sample_fetch()
220 bmg160->raw_gyro_xyz[2] = sys_le16_to_cpu(buf.z_axis); in bmg160_sample_fetch()
253 raw_val = bmg160->raw_gyro_xyz[chan - SENSOR_CHAN_GYRO_X]; in bmg160_channel_get()
260 raw_val = bmg160->raw_gyro_xyz[i]; in bmg160_channel_get()
Dbmg160.h205 int16_t raw_gyro_xyz[3]; member