mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-15 14:36:45 +00:00
feat(esp32c5): add struct name and reformat struct headers (part3)
This commit is contained in:
@@ -1280,7 +1280,7 @@ typedef union {
|
||||
} interrupt_core0_interrupt_date_reg_t;
|
||||
|
||||
|
||||
typedef struct {
|
||||
typedef struct intmtx_core0_dev_t {
|
||||
volatile interrupt_core0_wifi_mac_intr_map_reg_t wifi_mac_intr_map;
|
||||
volatile interrupt_core0_wifi_mac_nmi_map_reg_t wifi_mac_nmi_map;
|
||||
volatile interrupt_core0_wifi_pwr_intr_map_reg_t wifi_pwr_intr_map;
|
||||
|
Reference in New Issue
Block a user