i2s: fixed write timeout while setting the clock (v4.4)

This commit is contained in:
laokaiyao
2022-05-23 11:19:09 +08:00
parent 064148212b
commit 9b0f7b657b
2 changed files with 41 additions and 12 deletions

View File

@@ -21,8 +21,8 @@ extern "C" {
#endif
typedef volatile struct i2s_dev_s {
uint32_t reserved_0;
uint32_t reserved_4;
uint32_t fifo_wr;
uint32_t fifo_rd;
union {
struct {
uint32_t tx_reset: 1;