Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/sensor/bosch/bmi08x/
Dbmi08x_gyro.c263 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()
Dbmi08x_accel.c418 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()