Home
last modified time | relevance | path

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

/hal_espressif-latest/components/driver/deprecated/driver/
Di2s.h378 esp_err_t i2s_set_dac_mode(i2s_dac_mode_t dac_mode);
/hal_espressif-latest/components/driver/deprecated/
Di2s_legacy.c837 esp_err_t i2s_set_dac_mode(i2s_dac_mode_t dac_mode) in i2s_set_dac_mode() argument
839 …ESP_RETURN_ON_FALSE((dac_mode < I2S_DAC_CHANNEL_MAX), ESP_ERR_INVALID_ARG, TAG, "i2s dac mode erro… in i2s_set_dac_mode()
840 if (dac_mode == I2S_DAC_CHANNEL_DISABLE) { in i2s_set_dac_mode()
848 if (dac_mode & I2S_DAC_CHANNEL_RIGHT_EN) { in i2s_set_dac_mode()
853 if (dac_mode & I2S_DAC_CHANNEL_LEFT_EN) { in i2s_set_dac_mode()