fixes bug that duplicated variable names
This commit is contained in:
parent
baddcf17af
commit
6365331de8
|
@ -3,7 +3,7 @@
|
||||||
*
|
*
|
||||||
* SPDX-License-Identifier: Apache-2.0
|
* SPDX-License-Identifier: Apache-2.0
|
||||||
*
|
*
|
||||||
* Generated at 2024-03-28 09:32:44 UTC
|
* Generated at 2024-03-28 11:32:47 UTC
|
||||||
* by peakrdl_mnrs version 1.2.4
|
* by peakrdl_mnrs version 1.2.4
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
@ -14,10 +14,10 @@
|
||||||
|
|
||||||
typedef struct __attribute((__packed__)) {
|
typedef struct __attribute((__packed__)) {
|
||||||
volatile uint32_t MSIP0;
|
volatile uint32_t MSIP0;
|
||||||
uint8_t fill0 [16380];
|
uint8_t fill1 [16380];
|
||||||
volatile uint32_t MTIMECMP0LO;
|
volatile uint32_t MTIMECMP0LO;
|
||||||
volatile uint32_t MTIMECMP0HI;
|
volatile uint32_t MTIMECMP0HI;
|
||||||
uint8_t fill0 [32752];
|
uint8_t fill3 [32752];
|
||||||
volatile uint32_t MTIME_LO;
|
volatile uint32_t MTIME_LO;
|
||||||
volatile uint32_t MTIME_HI;
|
volatile uint32_t MTIME_HI;
|
||||||
}apb3aclint_t;
|
}apb3aclint_t;
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
*
|
*
|
||||||
* SPDX-License-Identifier: Apache-2.0
|
* SPDX-License-Identifier: Apache-2.0
|
||||||
*
|
*
|
||||||
* Generated at 2024-03-28 09:32:44 UTC
|
* Generated at 2024-03-28 11:32:47 UTC
|
||||||
* by peakrdl_mnrs version 1.2.4
|
* by peakrdl_mnrs version 1.2.4
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
*
|
*
|
||||||
* SPDX-License-Identifier: Apache-2.0
|
* SPDX-License-Identifier: Apache-2.0
|
||||||
*
|
*
|
||||||
* Generated at 2024-03-28 09:32:44 UTC
|
* Generated at 2024-03-28 11:32:47 UTC
|
||||||
* by peakrdl_mnrs version 1.2.4
|
* by peakrdl_mnrs version 1.2.4
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
*
|
*
|
||||||
* SPDX-License-Identifier: Apache-2.0
|
* SPDX-License-Identifier: Apache-2.0
|
||||||
*
|
*
|
||||||
* Generated at 2024-03-28 09:32:44 UTC
|
* Generated at 2024-03-28 11:32:47 UTC
|
||||||
* by peakrdl_mnrs version 1.2.4
|
* by peakrdl_mnrs version 1.2.4
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
@ -17,17 +17,17 @@ typedef struct __attribute((__packed__)) {
|
||||||
volatile uint32_t STATUS;
|
volatile uint32_t STATUS;
|
||||||
volatile uint32_t CONFIG;
|
volatile uint32_t CONFIG;
|
||||||
volatile uint32_t INTR;
|
volatile uint32_t INTR;
|
||||||
uint8_t fill0 [16];
|
uint8_t fill4 [16];
|
||||||
volatile uint32_t SCLK_CONFIG;
|
volatile uint32_t SCLK_CONFIG;
|
||||||
volatile uint32_t SSGEN_SETUP;
|
volatile uint32_t SSGEN_SETUP;
|
||||||
volatile uint32_t SSGEN_HOLD;
|
volatile uint32_t SSGEN_HOLD;
|
||||||
volatile uint32_t SSGEN_DISABLE;
|
volatile uint32_t SSGEN_DISABLE;
|
||||||
volatile uint32_t SSGEN_ACTIVE_HIGH;
|
volatile uint32_t SSGEN_ACTIVE_HIGH;
|
||||||
uint8_t fill0 [12];
|
uint8_t fill9 [12];
|
||||||
volatile uint32_t XIP_ENABLE;
|
volatile uint32_t XIP_ENABLE;
|
||||||
volatile uint32_t XIP_CONFIG;
|
volatile uint32_t XIP_CONFIG;
|
||||||
volatile uint32_t XIP_MODE;
|
volatile uint32_t XIP_MODE;
|
||||||
uint8_t fill0 [4];
|
uint8_t fill12 [4];
|
||||||
volatile uint32_t XIP_WRITE;
|
volatile uint32_t XIP_WRITE;
|
||||||
volatile uint32_t XIP_READ_WRITE;
|
volatile uint32_t XIP_READ_WRITE;
|
||||||
volatile uint32_t XIP_READ;
|
volatile uint32_t XIP_READ;
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
*
|
*
|
||||||
* SPDX-License-Identifier: Apache-2.0
|
* SPDX-License-Identifier: Apache-2.0
|
||||||
*
|
*
|
||||||
* Generated at 2024-03-28 09:32:44 UTC
|
* Generated at 2024-03-28 11:32:47 UTC
|
||||||
* by peakrdl_mnrs version 1.2.4
|
* by peakrdl_mnrs version 1.2.4
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
*
|
*
|
||||||
* SPDX-License-Identifier: Apache-2.0
|
* SPDX-License-Identifier: Apache-2.0
|
||||||
*
|
*
|
||||||
* Generated at 2024-03-28 09:32:44 UTC
|
* Generated at 2024-03-28 11:32:47 UTC
|
||||||
* by peakrdl_mnrs version 1.2.4
|
* by peakrdl_mnrs version 1.2.4
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue