mirror of
https://github.com/espressif/esp-idf.git
synced 2025-11-06 06:40:58 +00:00
feat(lp_i2s): added lp_i2s ll layer
This commit is contained in:
@@ -938,6 +938,7 @@ typedef struct {
|
||||
volatile lp_i2s_date_reg_t date;
|
||||
} lp_i2s_dev_t;
|
||||
|
||||
extern lp_i2s_dev_t LP_I2S;
|
||||
|
||||
#ifndef __cplusplus
|
||||
_Static_assert(sizeof(lp_i2s_dev_t) == 0x100, "Invalid size of lp_i2s_dev_t structure");
|
||||
|
||||
Reference in New Issue
Block a user