feat(lp_i2s): added lp_i2s ll layer

This commit is contained in:
Armando
2024-04-10 15:20:27 +08:00
parent 2768d33be2
commit a8406659db
3 changed files with 476 additions and 1 deletions

View File

@@ -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");