Searched refs:temperature_sensor_attributes (Results 1 – 8 of 8) sorted by relevance
77 …L_ADC_FACTOR * raw_value - TEMPERATURE_SENSOR_LL_DAC_FACTOR * temperature_sensor_attributes[s_tsen… in temperature_sensor_get_raw_value()103 if (degree >= temperature_sensor_attributes[1].range_max) { in temp_sensor_get_raw_value()105 …} else if (degree >= temperature_sensor_attributes[2].range_max && degree < temperature_sensor_att… in temp_sensor_get_raw_value()107 …} else if (degree <= temperature_sensor_attributes[2].range_min && degree > temperature_sensor_att… in temp_sensor_get_raw_value()109 } else if (degree <= temperature_sensor_attributes[3].range_min) { in temp_sensor_get_raw_value()115 temperature_dac = temperature_sensor_attributes[s_tsens_idx].reg_val; in temp_sensor_get_raw_value()116 s_record_min = temperature_sensor_attributes[s_tsens_idx].range_min; in temp_sensor_get_raw_value()117 s_record_max = temperature_sensor_attributes[s_tsens_idx].range_max; in temp_sensor_get_raw_value()
9 const temperature_sensor_attribute_t temperature_sensor_attributes[TEMPERATURE_SENSOR_ATTR_RANGE_NU… variable
23 extern const temperature_sensor_attribute_t temperature_sensor_attributes[TEMPERATURE_SENSOR_ATTR_R…