Searched defs:adc (Results 1 – 3 of 3) sorted by relevance
191 #define adc_hal_vref_output(adc, channel, en) adc_ll_vref_output(adc, channel, en) argument
647 static inline void adc_ll_vref_output(adc_ll_num_t adc, adc_channel_t channel, bool en) in adc_ll_vref_output()
253 static uint32_t calculate_voltage_lut(uint32_t adc, uint32_t vref, const uint32_t *low_vref_curve, … in calculate_voltage_lut()