esp-idf/components/esp_driver_i2s/include/driver
laokaiyao fd27cef045 feat(i2s): support asynchronous read write via callback
Split the TX DMA buffer `auto_clear` into `auto_clear_after_cb` and `auto_clear_before_cb`,
so that allow user to update the DMA buffer directly in the `on_sent` callback
2024-03-27 16:04:13 +08:00
..
i2s_common.h feat(i2s): support asynchronous read write via callback 2024-03-27 16:04:13 +08:00
i2s_pdm.h refactor(i2s): make i2s driver as component 2023-11-17 21:29:17 +08:00
i2s_std.h refactor(i2s): make i2s driver as component 2023-11-17 21:29:17 +08:00
i2s_tdm.h refactor(i2s): make i2s driver as component 2023-11-17 21:29:17 +08:00
i2s_types.h feat(i2s): support more mclk_multiples 2024-03-06 10:22:27 +08:00