esp-idf/components/driver/i2s
Darian Leung 9ed58bf564 feat(driver): updated drivers to use CreateWithCaps() API
This commit simplifies various drivers by using the ...CreateWithCaps() API
when creating driver objects in internal RAM.
2023-08-08 04:26:42 +00:00
..
include/driver i2s_std: enable left alignment as default 2023-05-09 17:53:53 +08:00
i2s_common.c feat(driver): updated drivers to use CreateWithCaps() API 2023-08-08 04:26:42 +00:00
i2s_pdm.c i2s: fixed i2s_ll compiling failure under C++ evironment 2023-06-23 11:41:43 +08:00
i2s_private.h feat(driver): updated drivers to use CreateWithCaps() API 2023-08-08 04:26:42 +00:00
i2s_std.c i2s_std: fixed mclk check for 24-bit data 2023-05-09 17:51:33 +08:00
i2s_tdm.c i2s_tdm: add check for slot mask 2023-05-09 17:53:53 +08:00