Searched refs:dac_mode (Results 1 – 2 of 2) sorted by relevance
378 esp_err_t i2s_set_dac_mode(i2s_dac_mode_t dac_mode);
837 esp_err_t i2s_set_dac_mode(i2s_dac_mode_t dac_mode) in i2s_set_dac_mode() argument839 …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()