Home
last modified time | relevance | path

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

/device/soc/esp/esp32/components/hal/include/hal/
Dadc_hal.h191 #define adc_hal_vref_output(adc, channel, en) adc_ll_vref_output(adc, channel, en) argument
/device/soc/esp/esp32/components/hal/esp32/include/hal/
Dadc_ll.h647 static inline void adc_ll_vref_output(adc_ll_num_t adc, adc_channel_t channel, bool en) in adc_ll_vref_output()
/device/soc/esp/esp32/components/esp_adc_cal/
Desp_adc_cal_esp32.c253 static uint32_t calculate_voltage_lut(uint32_t adc, uint32_t vref, const uint32_t *low_vref_curve, … in calculate_voltage_lut()