OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:current_temp
(Results
1 - 4
of
4
) sorted by null
/external/nos/host/android/citadel/validation/
citadel_validation_tool.cpp
432
uint32_t
current_temp
;
local
454
if (!ReadRegister(client, TEMP_ADC_SUM8, &
current_temp
)) {
458
//std::cout << "Current tempval = " << ToHexString(
current_temp
) << "\n";
461
std::cout << "Current tempval = " << ToHexString(
current_temp
) << "\n";
474
temp_degc = (((
current_temp
- temp_offset) << 3)/slope) >> 3; // just grab integer value
/device/google/contexthub/firmware/os/algos/calibration/online_calibration/common_data/
calibration_data.h
98
* compensated_offset = temp_sensitivity *
current_temp
+ temp_intercept
176
* compensated_offset = temp_sensitivity *
current_temp
+ temp_intercept
/external/trappy/trappy/
plot_utils.py
161
current_temp
= gov_dfr["current_temperature"]
163
control_series = (
current_temp
+ delta_temp) / 1000
/device/google/contexthub/firmware/os/algos/calibration/over_temp/
over_temp_cal.h
68
* compensated_offset = (temp_sensitivity *
current_temp
+ sensor_intercept)
70
* NOTE - '
current_temp
' is the current measured temperature.
75
* delta_temp =
current_temp
- reference_offset_temperature
281
// Let, bin_num = floor(
current_temp
/ delta_temp_per_bin)
Completed in 238 milliseconds