feat(esp32c5): add struct name and reformat struct headers (part3)

This commit is contained in:
laokaiyao
2023-11-30 15:47:03 +08:00
parent 096d1ce1bb
commit 9b31979107
71 changed files with 498 additions and 18805 deletions

View File

@@ -1946,7 +1946,7 @@ typedef union {
} spi_mem_date_reg_t;
typedef struct {
typedef struct spi_mem_dev_t {
volatile spi_mem_cmd_reg_t mem_cmd;
uint32_t reserved_004;
volatile spi_mem_ctrl_reg_t mem_ctrl;