Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/algos/calibration/online_calibration/common_data/
Dsensor_data.h47 kTemperatureCelsius = 4, // 1-axis sensor (units = degrees Celsius). enumerator
/device/google/contexthub/firmware/os/algos/calibration/online_calibration/accelerometer/accel_offset_cal/
Daccel_offset_cal.cc47 case SensorType::kTemperatureCelsius: in SetMeasurement()
/device/google/contexthub/firmware/os/algos/calibration/online_calibration/magnetometer/mag_diverse_cal/
Dmag_diverse_cal.cc46 case SensorType::kTemperatureCelsius: in SetMeasurement()
/device/google/contexthub/firmware/os/algos/calibration/online_calibration/gyroscope/gyro_offset_over_temp_cal/
Dgyro_offset_over_temp_cal.cc62 case SensorType::kTemperatureCelsius: in SetMeasurement()
/device/google/contexthub/firmware/os/algos/calibration/nano_calibration/
Dnano_calibration.cc172 sample.type = SensorType::kTemperatureCelsius; in HandleTemperatureSamples()