driver/i2s: refactor for i2s driver layer

This commit is contained in:
laokaiyao
2021-08-02 19:17:29 +08:00
parent 88e7b5f7be
commit b26da6f115
10 changed files with 1480 additions and 704 deletions

View File

@@ -355,7 +355,7 @@ esp_err_t i2s_stop(i2s_port_t i2s_num);
*
* @param i2s_num I2S port number
*
* @return
* @return
* - ESP_OK Success
* - ESP_ERR_INVALID_ARG Parameter error
*/