Searched refs:dac_value (Results 1 – 2 of 2) sorted by relevance
76 esp_err_t dac_output_voltage(dac_channel_t channel, uint8_t dac_value) in dac_output_voltage() argument81 dac_ll_update_output_value(channel, dac_value); in dac_output_voltage()87 esp_err_t dac_out_voltage(dac_channel_t channel, uint8_t dac_value) in dac_out_voltage() argument92 dac_ll_update_output_value(channel, dac_value); in dac_out_voltage()
47 esp_err_t dac_output_voltage(dac_channel_t channel, uint8_t dac_value);