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