update generated struct headers to fix collision (#641)
* update generated struct headers to fix collision and include all headers in kitchen_sink test
This commit is contained in:
@ -41,7 +41,7 @@ typedef struct {
|
||||
// 0x00000300 [9:8] : OUTOVER (0)
|
||||
// 0x0000001f [4:0] : FUNCSEL (0x1f): 0-31 -> selects pin function according to the gpio table
|
||||
io_rw_32 ctrl;
|
||||
} io_status_ctrl_hw_t;
|
||||
} iobank0_status_ctrl_hw_t;
|
||||
|
||||
typedef struct {
|
||||
_REG_(IO_BANK0_PROC0_INTE0_OFFSET) // IO_BANK0_PROC0_INTE0
|
||||
@ -161,7 +161,7 @@ typedef struct {
|
||||
|
||||
/// \tag::iobank0_hw[]
|
||||
typedef struct {
|
||||
io_status_ctrl_hw_t io[NUM_BANK0_GPIOS]; // 30
|
||||
iobank0_status_ctrl_hw_t io[NUM_BANK0_GPIOS]; // 30
|
||||
|
||||
_REG_(IO_BANK0_INTR0_OFFSET) // IO_BANK0_INTR0
|
||||
// (Description copied from array index 0 register IO_BANK0_INTR0 applies similarly to other array indexes)
|
||||
|
@ -41,7 +41,7 @@ typedef struct {
|
||||
// 0x00000300 [9:8] : OUTOVER (0)
|
||||
// 0x0000001f [4:0] : FUNCSEL (0x1f): 0-31 -> selects pin function according to the gpio table
|
||||
io_rw_32 ctrl;
|
||||
} io_status_ctrl_hw_t;
|
||||
} ioqspi_status_ctrl_hw_t;
|
||||
|
||||
typedef struct {
|
||||
_REG_(IO_QSPI_PROC0_INTE_OFFSET) // IO_QSPI_PROC0_INTE
|
||||
@ -130,7 +130,7 @@ typedef struct {
|
||||
} io_qspi_ctrl_hw_t;
|
||||
|
||||
typedef struct {
|
||||
io_status_ctrl_hw_t io[NUM_QSPI_GPIOS]; // 6
|
||||
ioqspi_status_ctrl_hw_t io[NUM_QSPI_GPIOS]; // 6
|
||||
|
||||
_REG_(IO_QSPI_INTR_OFFSET) // IO_QSPI_INTR
|
||||
// Raw Interrupts
|
||||
|
Reference in New Issue
Block a user