esp-idf/components/driver/i2s
Darian Leung 6fc935e584 refactor(freertos): Refactor usage of portBASE_TYPE to BaseType_t
portBASE_TYPE is an internal macro defined by the porting layer. This commit
changes all references to BaseType_t which is the official type exposed by
FreeRTOS.
2023-07-31 17:10:34 +02:00
..
include/driver i2s_std: enable left alignment as default 2023-05-09 17:53:53 +08:00
i2s_common.c refactor(freertos): Refactor usage of portBASE_TYPE to BaseType_t 2023-07-31 17:10:34 +02:00
i2s_pdm.c i2s: fixed i2s_ll compiling failure under C++ evironment 2023-06-23 11:41:43 +08:00
i2s_private.h i2s interrupt fix 2023-03-28 14:34:31 +08: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