fix(dma): fix s3 dma reg spell error

This commit is contained in:
gaoxu
2024-04-02 10:02:41 +08:00
committed by Gao Xu
parent 40f38bea6f
commit 8e9b1501c0
3 changed files with 283 additions and 284 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -161,7 +161,7 @@ typedef volatile struct gdma_dev_s {
uint32_t reserved12 : 20;
};
uint32_t val;
} wight;
} weight;
uint32_t reserved_40;
union {
struct {
@@ -321,7 +321,7 @@ typedef volatile struct gdma_dev_s {
uint32_t reserved12 : 20;
};
uint32_t val;
} wight;
} weight;
uint32_t reserved_a0;
union {
struct {