Home
last modified time | relevance | path

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

/hal_espressif-latest/components/esp_hw_support/
Dsar_periph_ctrl_common.c77 …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()
/hal_espressif-latest/components/soc/esp32c2/
Dtemperature_sensor_periph.c9 const temperature_sensor_attribute_t temperature_sensor_attributes[TEMPERATURE_SENSOR_ATTR_RANGE_NU… variable
/hal_espressif-latest/components/soc/esp32s3/
Dtemperature_sensor_periph.c9 const temperature_sensor_attribute_t temperature_sensor_attributes[TEMPERATURE_SENSOR_ATTR_RANGE_NU… variable
/hal_espressif-latest/components/soc/esp32s2/
Dtemperature_sensor_periph.c9 const temperature_sensor_attribute_t temperature_sensor_attributes[TEMPERATURE_SENSOR_ATTR_RANGE_NU… variable
/hal_espressif-latest/components/soc/esp32c6/
Dtemperature_sensor_periph.c9 const temperature_sensor_attribute_t temperature_sensor_attributes[TEMPERATURE_SENSOR_ATTR_RANGE_NU… variable
/hal_espressif-latest/components/soc/esp32c3/
Dtemperature_sensor_periph.c9 const temperature_sensor_attribute_t temperature_sensor_attributes[TEMPERATURE_SENSOR_ATTR_RANGE_NU… variable
/hal_espressif-latest/components/soc/esp32h2/
Dtemperature_sensor_periph.c9 const temperature_sensor_attribute_t temperature_sensor_attributes[TEMPERATURE_SENSOR_ATTR_RANGE_NU… variable
/hal_espressif-latest/components/soc/include/soc/
Dtemperature_sensor_periph.h23 extern const temperature_sensor_attribute_t temperature_sensor_attributes[TEMPERATURE_SENSOR_ATTR_R…