Searched refs:bmi08x_channel_convert (Results 1 – 2 of 2) sorted by relevance
/Zephyr-latest/drivers/sensor/bosch/bmi08x/ |
D | bmi08x_gyro.c | 263 static void bmi08x_channel_convert(enum sensor_channel chan, uint16_t scale, uint16_t *raw_xyz, in bmi08x_channel_convert() function 295 bmi08x_channel_convert(chan, bmi08x->scale, bmi08x->gyr_sample, val); in bmi08x_gyr_channel_get()
|
D | bmi08x_accel.c | 418 static void bmi08x_channel_convert(enum sensor_channel chan, uint16_t scale, uint16_t *raw_xyz, in bmi08x_channel_convert() function 450 bmi08x_channel_convert(chan, data->scale, data->acc_sample, val); in bmi08x_acc_channel_get()
|