Searched refs:bmg160_to_fixed_point (Results 1 – 1 of 1) sorted by relevance
/Zephyr-latest/drivers/sensor/bosch/bmg160/ |
D | bmg160.c | 226 static void bmg160_to_fixed_point(struct bmg160_device_data *bmg160, in bmg160_to_fixed_point() function 254 bmg160_to_fixed_point(bmg160, chan, raw_val, val); in bmg160_channel_get() 261 bmg160_to_fixed_point(bmg160, chan, raw_val, val); in bmg160_channel_get() 267 bmg160_to_fixed_point(bmg160, chan, bmg160->raw_temp, val); in bmg160_channel_get()
|