Home
last modified time | relevance | path

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

/hardware/invensense/6515/libsensors_iio/software/simple_apps/playback/linux/
Dmain.c535 float temp_slope_f[3]; in fifo_callback() local
537 temp_slope_f[0] = inv_q16_to_float(temp_slope[0]); in fifo_callback()
538 temp_slope_f[1] = inv_q16_to_float(temp_slope[1]); in fifo_callback()
539 temp_slope_f[2] = inv_q16_to_float(temp_slope[2]); in fifo_callback()
540 PRINT_3ELM_ARRAY_FLOAT(10, 5, temp_slope_f); in fifo_callback()