Home
last modified time | relevance | path

Searched defs:adc_reading (Results 1 – 1 of 1) sorted by relevance

/device/soc/esp/esp32/components/esp_adc_cal/
Desp_adc_cal_esp32.c246 static uint32_t calculate_voltage_linear(uint32_t adc_reading, uint32_t coeff_a, uint32_t coeff_b) in calculate_voltage_linear()
345 uint32_t esp_adc_cal_raw_to_voltage(uint32_t adc_reading, const esp_adc_cal_characteristics_t *char… in esp_adc_cal_raw_to_voltage()
378 int adc_reading; in esp_adc_cal_get_voltage() local