mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
i2s: Update FIFO direct access reg on ESP32 according to the TRM
Closes: https://www.github.com/espressif/esp-idf/issues/8862
This commit is contained in:
parent
f523fbc73b
commit
a5f651ad71
@ -13,8 +13,8 @@ extern "C" {
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
typedef volatile struct i2s_dev_s {
|
typedef volatile struct i2s_dev_s {
|
||||||
uint32_t reserved_0;
|
uint32_t fifo_wr;
|
||||||
uint32_t reserved_4;
|
uint32_t fifo_rd;
|
||||||
union {
|
union {
|
||||||
struct {
|
struct {
|
||||||
uint32_t tx_reset: 1;
|
uint32_t tx_reset: 1;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user