Home
last modified time | relevance | path

Searched refs:dac_output (Results 1 – 2 of 2) sorted by relevance

/btstack/port/esp32/components/btstack/
H A Des8388.h223 es_codec_dac_output_t dac_output; member
240 .dac_output = DAC_OUTPUT_LOUT1 | DAC_OUTPUT_LOUT2 | DAC_OUTPUT_ROUT1 | DAC_OUTPUT_ROUT2,\
H A Des8388.c209 …res |= es_write_reg(ES8388_ADDR, ES8388_DACPOWER, cfg->dac_output); //0x3c Enable DAC and Enable … in es8388_init()
222 ESP_LOGD(ES8388_TAG, "init, out:%02x, in:%02x -> %d", cfg->dac_output, cfg->adc_input, res); in es8388_init()