driver/i2s: support mclk

This commit is contained in:
laokaiyao
2021-07-27 15:54:31 +08:00
parent 3c57a6ac36
commit f863998e90
17 changed files with 295 additions and 173 deletions

View File

@@ -176,7 +176,7 @@ static inline void i2s_ll_tx_clk_set_src(i2s_dev_t *hw, i2s_clock_src_t src)
* @brief Set RX source clock
*
* @param hw Peripheral I2S hardware instance address.
* @param src I2S source clock, ESP32-S3 only support `I2S_CLK_D2CLK`
* @param src I2S source clock, ESP32-C3 only support `I2S_CLK_D2CLK`
*/
static inline void i2s_ll_rx_clk_set_src(i2s_dev_t *hw, i2s_clock_src_t src)
{