mirror of
https://github.com/espressif/esp-idf.git
synced 2025-11-14 06:20:16 +01:00
i2s: fixed write timeout while setting the clock (v4.4)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user