Home
last modified time | relevance | path

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

/hardware/invensense/6515/libsensors_iio/software/simple_apps/self_test/
Dinv_self_test.c240 printf(" gyro_temp = %+ld\n", data->gyro_temp); in print_cal_file_content()
478 save_data.gyro_temp = temperature * (1L << 16); in main()
480 save_data.accel_temp = save_data.gyro_temp; in main()
587 save_data.gyro_temp); in main()
/hardware/invensense/65xx/libsensors_iio/software/core/mllite/
Ddata_builder.h185 long gyro_temp; member
Ddata_builder.c639 inv_data_builder.save.gyro_temp = sensors.temp.calibrated[0]; in inv_set_mpl_gyro_bias()
642 inv_data_builder.save.gyro_temp = 27L << 16; in inv_set_mpl_gyro_bias()
682 temp[0] = inv_data_builder.save.gyro_temp; in inv_get_mpl_gyro_bias()
/hardware/invensense/6515/libsensors_iio/software/core/mllite/
Ddata_builder.h188 long gyro_temp; member
Ddata_builder.c853 inv_data_builder.save.gyro_temp = sensors.temp.calibrated[0]; in inv_set_mpl_gyro_bias()
856 inv_data_builder.save.gyro_temp = 27L << 16; in inv_set_mpl_gyro_bias()
896 temp[0] = inv_data_builder.save.gyro_temp; in inv_get_mpl_gyro_bias()